Add cancellable property to secureBackup/recovery coordinators

This commit is contained in:
Arnaud Ringenbach
2022-03-09 10:41:48 +01:00
parent e79e77e1f0
commit 010e5d8d9f
21 changed files with 93 additions and 43 deletions
@@ -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