Add cancellable property to secureBackup/recovery coordinators

This commit is contained in:
Arnaud Ringenbach
2022-03-09 10:41:48 +01:00
parent 6c5584acc0
commit 644aac224b
21 changed files with 93 additions and 43 deletions

View File

@@ -44,7 +44,7 @@ final class SecretsSetupRecoveryKeyViewController: UIViewController {
// MARK: - Setup
class func instantiate(with viewModel: SecretsSetupRecoveryKeyViewModelType, cancellable: Bool = true) -> SecretsSetupRecoveryKeyViewController {
class func instantiate(with viewModel: SecretsSetupRecoveryKeyViewModelType, cancellable: Bool) -> SecretsSetupRecoveryKeyViewController {
let viewController = StoryboardScene.SecretsSetupRecoveryKeyViewController.initialScene.instantiate()
viewController.viewModel = viewModel
viewController.cancellable = cancellable