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
@@ -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)
}
}