Jetpack Navigation Compose incorrect transition animation
When using NavHost, sometimes incorrect animations appear, but not when using AnimatedContent.
Why is my bottom navigation is shown in the login and the sign-up composable?
What I want is that my bottom navigation to only be shown in specific Composables like home screen and settings screen. The problem is the bottom navigation is also shown in the login and sign-up screens which sabotages the login/sign-up normal behavior.