mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -204,7 +204,7 @@ final class SecureBackupSetupIntroViewController: UIViewController {
|
||||
if keyBackup.keyBackupVersion != nil && keyBackup.hasPrivateKeyInCryptoStore == false {
|
||||
|
||||
// don't show dialog if forced, already asked before in mandatory verification recover
|
||||
if BuildSettings.forceResetBackupIfLost {
|
||||
if BWIBuildSettings.shared.forceResetBackupIfLost {
|
||||
let alertController = UIAlertController(title: VectorL10n.secureKeyBackupSetupExistingBackupErrorTitle,
|
||||
message: VectorL10n.secureKeyBackupSetupExistingBackupErrorInfo,
|
||||
preferredStyle: .alert)
|
||||
|
||||
Reference in New Issue
Block a user