mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Reset Crypto SDK on logout
This commit is contained in:
@@ -3400,8 +3400,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
[confirmationAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n continue] style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) {
|
||||
MXStrongifyAndReturnIfNil(self);
|
||||
|
||||
RiotSettings.shared.enableCryptoSDK = isEnabled;
|
||||
MXSDKOptions.sharedInstance.enableCryptoSDK = isEnabled;
|
||||
[CryptoSDKConfiguration.shared enable];
|
||||
[[AppDelegate theDelegate] reloadMatrixSessions:YES];
|
||||
}]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user