mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 20:26:57 +02:00
MESSENGER-4535 remove error popup "no other devices" on self verification/ crosssigning Cherrypick
This commit is contained in:
+4
-1
@@ -214,7 +214,10 @@ final class KeyVerificationSelfVerifyWaitViewController: UIViewController {
|
||||
|
||||
private func render(error: Error) {
|
||||
self.activityPresenter.removeCurrentActivityIndicator(animated: true)
|
||||
self.errorPresenter.presentError(from: self, forError: error, animated: true, handler: nil)
|
||||
// bwi: don't show unneccessary error alert when user only has one device -> he is able to use passphrase
|
||||
if BWIBuildSettings.shared.showNoOtherDeviceError {
|
||||
self.errorPresenter.presentError(from: self, forError: error, animated: true, handler: nil)
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Actions
|
||||
|
||||
Reference in New Issue
Block a user