You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a bit of a tricky issue, and I hope someone can help. Sometimes, when my Android app (using launchMode: SingleTop) is opened from the background (cold start) with a deeplink, an older link is triggered instead of the correct one.
Unfortunately, I haven't been able to reliably reproduce the issue, which makes it tough to debug.
I’ve noticed it happens more often when the phone is in battery saver mode.
After reading a bit about intents, I’m wondering if the problem might be related to the intent not being cleared properly after it's handled. Would something like this help?
getActivity().setIntent(null);
Any ideas or advice would be greatly appreciated! Thanks so much! 🙏
Hi there! 😊
I'm running into a bit of a tricky issue, and I hope someone can help. Sometimes, when my Android app (using launchMode: SingleTop) is opened from the background (cold start) with a deeplink, an older link is triggered instead of the correct one.
Unfortunately, I haven't been able to reliably reproduce the issue, which makes it tough to debug.
I’ve noticed it happens more often when the phone is in battery saver mode.
After reading a bit about intents, I’m wondering if the problem might be related to the intent not being cleared properly after it's handled. Would something like this help?
Any ideas or advice would be greatly appreciated! Thanks so much! 🙏
Code called from initState()
The text was updated successfully, but these errors were encountered: