File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
vector/src/main/java/im/vector/app/features/onboarding/ftueauth Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -242,12 +242,7 @@ class FtueAuthVariant(
242242 registrationShouldFallback(viewEvents) -> displayFallbackWebDialog()
243243 viewEvents.isRegistrationStarted -> handleRegistrationNavigation(viewEvents.flowResult.orderedStages())
244244 vectorFeatures.isOnboardingCombinedRegisterEnabled() -> openStartCombinedRegister()
245- else -> {
246- // First ask for login and password
247- // I add a tag to indicate that this fragment is a registration stage.
248- // This way it will be automatically popped in when starting the next registration stage
249- openAuthLoginFragmentWithTag(FRAGMENT_REGISTRATION_STAGE_TAG )
250- }
245+ else -> openAuthLoginFragmentWithTag(FRAGMENT_REGISTRATION_STAGE_TAG )
251246 }
252247 }
253248
You can’t perform that action at this time.
0 commit comments