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
This issue occurs because the way that we are handling the custom tab session id. When we receive a request for a custom tab we are creating a new session but we are not storing it on disk, it just on memory. Then when we switch an Android permission from ON to OFF the app gets restarted and we loose the custom tab session object, the issue happens when we try to use the custom tab session id on the new sessionManager that doesn't contain it and we fold-back to the current session.
Video demo 🎮
Steps to reproduce
Expected behavior
The app close the custom tab.
Actual behavior
The custom tab becomes a normal browser app.
Device information
The text was updated successfully, but these errors were encountered: