We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cbfce commit ee1f351Copy full SHA for ee1f351
1 file changed
app/src/main/java/com/example/sw0b_001/ui/onboarding/OnboardingInteractive.kt
@@ -91,9 +91,8 @@ fun OnboardingInteractive(
91
if(onboardingViewModel.next()) {
92
context.settingsSetOnboardedCompletely(true)
93
navController.navigate(HomepageScreen) {
94
- popUpTo(HomepageScreen) {
95
- inclusive = true
96
- }
+ popUpTo(0)
+ launchSingleTop = true
97
}
98
99
@@ -107,9 +106,8 @@ fun OnboardingInteractive(
107
106
IconButton(onClick = {
108
109
110
111
112
113
114
},
115
modifier = Modifier.size(50.dp)
0 commit comments