mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Do not start loading on server selection
This commit is contained in:
+3
-1
@@ -57,7 +57,9 @@ 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`.
|
||||
self.startLoading()
|
||||
if result != .customServer {
|
||||
self.startLoading()
|
||||
}
|
||||
self.completion?(result)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user