This commit is contained in:
manuroe
2021-06-16 16:11:32 +02:00
parent 52d3eb9807
commit bd6d60ba59
3 changed files with 5 additions and 100 deletions
@@ -124,7 +124,6 @@ final class KeyBackupSetupCoordinator: KeyBackupSetupCoordinatorType {
}
private func showSetupWithSecureBackupSuccess(animated: Bool) {
let viewController = KeyBackupSetupSuccessFromSecureBackupViewController.instantiate()
viewController.delegate = self
self.navigationRouter.push(viewController, animated: animated, popCompletion: nil)