mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 04:06:57 +02:00
merged element 1.10.12 into bum
This commit is contained in:
@@ -74,12 +74,16 @@ final class SecureBackupSetupCoordinator: SecureBackupSetupCoordinatorType {
|
||||
// MARK: - Public methods
|
||||
|
||||
func start() {
|
||||
start(popCompletion: nil)
|
||||
}
|
||||
|
||||
func start(popCompletion: (() -> Void)?) {
|
||||
let rootViewController = self.createIntro()
|
||||
|
||||
if self.navigationRouter.modules.isEmpty == false {
|
||||
self.navigationRouter.push(rootViewController, animated: true, popCompletion: nil)
|
||||
self.navigationRouter.push(rootViewController, animated: true, popCompletion: popCompletion)
|
||||
} else {
|
||||
self.navigationRouter.setRootModule(rootViewController)
|
||||
self.navigationRouter.setRootModule(rootViewController, popCompletion: popCompletion)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user