mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Security settings: Manage the case when there is no secure backup
This commit is contained in:
@@ -26,6 +26,7 @@ import UIKit
|
||||
/// - keyBackupNotTrusted: There is a backup on the homeserver but it is not trusted
|
||||
enum SettingsSecureBackupViewState {
|
||||
case checkingBackup
|
||||
case noSecureBackup
|
||||
case noKeyBackup
|
||||
case keyBackup(MXKeyBackupVersion, MXKeyBackupVersionTrust)
|
||||
case keyBackupAndRunning(MXKeyBackupVersion, MXKeyBackupVersionTrust, Progress)
|
||||
|
||||
Reference in New Issue
Block a user