We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c0f71 commit e928a36Copy full SHA for e928a36
1 file changed
app/src/main/java/com/threegap/bitnagil/MainNavHost.kt
@@ -80,7 +80,9 @@ fun MainNavHost(
80
)
81
},
82
navigateToOnBoarding = {
83
- navigator.navController.navigate(Route.OnBoarding())
+ navigator.navController.navigate(Route.OnBoarding()) {
84
+ popUpTo(0) { inclusive = true }
85
+ }
86
87
navigateToBack = {
88
if (navigator.navController.previousBackStackEntry != null) {
0 commit comments