mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Update use case, registration and login screens.
Remove "Custom server" button from use case screen. Remove matrix.org description. Add username availability to registration screen.
This commit is contained in:
+1
-3
@@ -57,9 +57,7 @@ final class OnboardingUseCaseSelectionCoordinator: Coordinator, Presentable {
|
||||
MXLog.debug("[OnboardingUseCaseSelectionCoordinator] OnboardingUseCaseViewModel did complete with result: \(result).")
|
||||
|
||||
// Show a loading indicator which can be dismissed externally by calling `stop`.
|
||||
if result != .customServer {
|
||||
self.startLoading()
|
||||
}
|
||||
self.startLoading()
|
||||
self.completion?(result)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user