Raed Ghazal
10/05/2024, 12:45 PMRaed Ghazal
10/05/2024, 12:47 PMrestoreState
only when we navigate to a new tab, but when we're back to previous tab, how to restore it?Daniel Weidensdörfer
10/06/2024, 7:30 AMRaed Ghazal
10/06/2024, 7:42 AMnavigation {}
and it works great but the only issue is when going back
I tried multiple nav hosts but that had many other issuesAkshat
10/07/2024, 7:35 AMnavigation{}
?
I fixed it by not relying on nested graphs (i didn't need them anyways)Raed Ghazal
10/07/2024, 7:36 AMRaed Ghazal
10/07/2024, 7:37 AMnavigation
is great, really easy to use and much less poilerplate than multi NavHosts, but it has this one issue
I fixed it by adding a BackHandler
in the tab so when I hit back
I navigate and restore the state of the home tab - but its not really optimal, a native support would make a ton of sense