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

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