Security settings: Manage the case where the is a key backup but no secure backup

This commit is contained in:
manuroe
2021-06-16 12:25:01 +02:00
parent 6719aee247
commit 90355a14f2
3 changed files with 25 additions and 8 deletions
@@ -27,6 +27,7 @@ import UIKit
enum SettingsSecureBackupViewState {
case checkingBackup
case noSecureBackup
case noSecureBackupButKeyBackup(MXKeyBackupVersion, MXKeyBackupVersionTrust)
case noKeyBackup
case keyBackup(MXKeyBackupVersion, MXKeyBackupVersionTrust)
case keyBackupAndRunning(MXKeyBackupVersion, MXKeyBackupVersionTrust, Progress)