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