Skip to content

Commit

Permalink
fix: pop back stack when navigating to film graph
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Dec 26, 2024
1 parent f83dd01 commit f7214d6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ fun NavigationRoot(
LoginScreen(
onSuccess = {
navController.safeNavigate(FilmGraphRoute) {
popUpTo(FilmGraphRoute) {
inclusive = false
}
popUpTo(0)
launchSingleTop = true
}
},
Expand Down

0 comments on commit f7214d6

Please sign in to comment.