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 suspect the root cause is some Activity not handling the intent the same in its onCreate and onNewIntent callbacks.
The only activity with non-default launch mode is the launcher activity, and with default launch mode one doesn't get onNewIntent.
The BrowseFilter activity, which does the link handling, just is a proxy, that is, keeps the intent flags it's launched with in the intent it then launches after resolving. That means task behavior depends on the launching app ... which is? ;-)
Steps to reproduce:
#1
)#2
)Expected: App opens to issue
#2
Actual: App just switches back to the previous view of issue
#1
Easiest to reproduce accidentally if you have email notifications enabled.
I suspect the root cause is some Activity not handling the intent the same in its
onCreate
andonNewIntent
callbacks.The text was updated successfully, but these errors were encountered: