Hi everyone! I’m using the new navigation with a b...
# compose
m
Hi everyone! I’m using the new navigation with a bottom navigation bar. I was trying to hide the bottom navigation when I’m showing a detail screen but when I try to navigate to the detail there is glitch. The detail screen is showed for less than a second and then the starting screen is show (it seems that there is a recomposition to the initial state). Did I miss something? Here’s the code to reproduce the issue: https://github.com/prof18/ComposeNavigationTest/blob/master/app/src/main/java/com/prof18/composenavigationsample/MainActivity.kt
i
Sounds like https://issuetracker.google.com/issues/172185423 which is already fixed for the next release
m
Uh, cool. Thanks