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
Note that the page of ExternalRoute opens (If you press back button at this point, it exits the app, because this page is now the only one in the stack.)
Put the app to background.
Restore the app.
Expected result: ExternalRoute is restored. Back button closes the app, you cannot go back to SignInRoute.
Actual result: ExternalRoute is restored, but back button leads to SignInRoute, which should not happen.
The text was updated successfully, but these errors were encountered:
I have an issue with restoring navigation state.
In my test app there is a couple of pages. Sign-in page is initial.
Steps to reproduce the issue.
Expected result: ExternalRoute is restored. Back button closes the app, you cannot go back to SignInRoute.
Actual result: ExternalRoute is restored, but back button leads to SignInRoute, which should not happen.
The text was updated successfully, but these errors were encountered: