About the new release of navigation compose, addin...
# compose
l
About the new release of navigation compose, adding
restoreState = true
and
saveState = true
doesn't seems to resolve the recomposition of screens using BottomNavigation. Here is a video showing screens UI to be reset when switching tabs. Am I missing something to avoid this behaviour ?
c
You need to be careful with what you
popupTo
. See this PR for ideas: https://github.com/chrisbanes/tivi/pull/801
l
Oh thanks it helps a lot! I really though it will be handled magically with the new update on navigation 😬