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