Merge "The pages of sim onboarding flow is wrong." into main

This commit is contained in:
SongFerng Wang
2024-05-28 19:58:55 +00:00
committed by Android (Google) Code Review
4 changed files with 42 additions and 20 deletions

View File

@@ -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) {