Merge "The pages of sim onboarding flow is wrong." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
b462f9fa11
@@ -107,7 +107,8 @@ fun PageImpl(onboardingService:SimOnboardingService,navHostController: NavHostCo
|
||||
composable(route = SimOnboardingScreen.LabelSim.name) {
|
||||
val nextPage =
|
||||
if (onboardingService.isMultipleEnabledProfilesSupported
|
||||
&& onboardingService.isAllOfSlotAssigned) {
|
||||
&& onboardingService.isAllOfSlotAssigned
|
||||
&& !onboardingService.doesTargetSimActive) {
|
||||
SimOnboardingScreen.SelectSim.name
|
||||
} else {
|
||||
LaunchedEffect(Unit) {
|
||||
|
||||
Reference in New Issue
Block a user