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
It's been a while after I posted this, but I am thinking the problems may be required to some issue in my code and different various scenarios:
Start the activity using a geo: intent, switch to another activity such that it will be killed, and switch it back (the initial geo: activity is returned again which I don't want to handle).
Start the activity using a geo: intent, switch to another activity such that it will be killed, and start it from the map using a geo: intent again (this geo: activity might become the new initial intent? If so how can I distinguish between case 1?)
Describe the bug
The intent is not received after the activity is restored after it is killed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The intent is received
Sample code
The intent is received normally if the activity is not killed (when the developer setting is disabled), but not when the activity is killed.
The text was updated successfully, but these errors were encountered: