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
onNewIntent is working great for me, but as soon as I call getUri (which also works well btw) suddenly the onNewIntent callback stops getting called. Any idea why this might be?
Update: weirdly it works fine if I call them the other way round i.e. call getUri before onNewIntent
The text was updated successfully, but these errors were encountered:
onNewIntent is working great for me, but as soon as I call getUri (which also works well btw) suddenly the onNewIntent callback stops getting called. Any idea why this might be?
Update: weirdly it works fine if I call them the other way round i.e. call getUri before onNewIntent
The text was updated successfully, but these errors were encountered: