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
While testing Android state restoration, I’ve encountered an issue with restoring nested navigation state. My app has five tabs, and when navigating between them, the navigation history behaves unexpectedly after a process death:
If I navigate a few pages in one tab, switch to another tab, and navigate further, only the navigation history of the last visited tab is restored.
When I reselect a previously visited tab, it resets to the first page instead of restoring its prior navigation history.
Any insights on how to handle this properly would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
While testing Android state restoration, I’ve encountered an issue with restoring nested navigation state. My app has five tabs, and when navigating between them, the navigation history behaves unexpectedly after a process death:
If I navigate a few pages in one tab, switch to another tab, and navigate further, only the navigation history of the last visited tab is restored.
When I reselect a previously visited tab, it resets to the first page instead of restoring its prior navigation history.
Any insights on how to handle this properly would be greatly appreciated.
The text was updated successfully, but these errors were encountered: