Relative Content

Tag Archive for androidkotlinandroid-jetpack-composebottom-navigation-bar

How to show/hide bottom navigation in Compose?

I have a code which calculates if bottom navigation bar should be visible, but once I got to specific screen the navigation resets to first home tab. I guess recomoposition occurs for whole Scaffold, but can’t see why. I’m using new type safe compose navigation if that matters.