mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 14:16:59 +02:00
Crypto: Once crypto is enabled, it is enabled until the user logs out
This commit is contained in:
@@ -1420,6 +1420,9 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)();
|
||||
}
|
||||
}
|
||||
|
||||
// Once crypto is enabled, it is enabled
|
||||
switchButton.enabled = NO;
|
||||
|
||||
[self stopActivityIndicator];
|
||||
|
||||
} failure:^(NSError *error) {
|
||||
|
||||
Reference in New Issue
Block a user