MESSENGER_2910 buildfixes IV

This commit is contained in:
Frank Rotermund
2022-05-03 15:10:52 +02:00
parent 6155055114
commit e8abb52251
3 changed files with 2 additions and 3 deletions
@@ -93,7 +93,7 @@ final class SecureBackupSetupCoordinator: SecureBackupSetupCoordinatorType {
private func createIntro() -> SecureBackupSetupIntroViewController {
// TODO: Use a coordinator
´ let viewModel = SecureBackupSetupIntroViewModel(keyBackup: self.keyBackup,
let viewModel = SecureBackupSetupIntroViewModel(keyBackup: self.keyBackup,
checkKeyBackup: self.checkKeyBackup,
homeserverEncryptionConfiguration: self.homeserverEncryptionConfiguration)
let introViewController = SecureBackupSetupIntroViewController.instantiate(with: viewModel, cancellable: self.cancellable)