Android Studio – Migrate from NavHost to AnimatedNavHost
Hi I'm trying to migrate my Android Studio project from NavHost to AnimatedNavHost, so I have made this changing: Replace rememberNavController() with rememberAnimatedNavController() Replace NavHost with AnimatedNavHost Finded on this blog: https://medium.com/androiddevelopers/animations-in-navigation-compose-36d48870776b And I don't add any animation, but when…