Key recovery: Trust on decrypt

Fixed Steve's comments
This commit is contained in:
manuroe
2019-02-14 17:30:53 +01:00
parent 32c323f4d2
commit c82c73dccb
2 changed files with 2 additions and 4 deletions
@@ -190,8 +190,7 @@ final class KeyBackupRecoverFromPassphraseViewController: UIViewController {
message: VectorL10n.keyBackupRecoverInvalidPassphrase,
animated: true,
handler: nil)
}
else {
} else {
self.errorPresenter.presentError(from: self, forError: error, animated: true, handler: nil)
}
}