mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Key recovery: Trust on decrypt
Fixed Steve's comments
This commit is contained in:
+1
-2
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user