Key recovery: Trust on decrypt

Fixed Steve's comments
This commit is contained in:
manuroe
2019-02-14 17:30:53 +01:00
parent 2921cac300
commit d2cfad6258
2 changed files with 2 additions and 4 deletions

View File

@@ -188,8 +188,7 @@ final class KeyBackupRecoverFromRecoveryKeyViewController: UIViewController {
message: VectorL10n.keyBackupRecoverInvalidRecoveryKey,
animated: true,
handler: nil)
}
else {
} else {
self.errorPresenter.presentError(from: self, forError: error, animated: true, handler: nil)
}
}