diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt index 76122174a..c023f0ebe 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt @@ -100,7 +100,7 @@ fun AppNavigation( ) { val scope = rememberCoroutineScope() val nav = - remember { + remember(navController) { { route: String -> scope.launch { if (getRouteWithArguments(navController) != route) {