mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Display mandatory backup only if session is running
This commit is contained in:
@@ -2350,6 +2350,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
}
|
||||
|
||||
if (mainSession.vc_homeserverConfiguration.encryption.isSecureBackupRequired
|
||||
&& mainSession.state == MXSessionStateRunning
|
||||
&& mainSession.vc_canSetupSecureBackup)
|
||||
{
|
||||
// This only happens at the first login
|
||||
|
||||
Reference in New Issue
Block a user