Crypto: Once crypto is enabled, it is enabled until the user logs out

This commit is contained in:
manuroe 2016-11-07 18:11:34 +01:00
parent b1f668d8ea
commit 5233ff7be5

View file

@ -1420,6 +1420,9 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)();
}
}
// Once crypto is enabled, it is enabled
switchButton.enabled = NO;
[self stopActivityIndicator];
} failure:^(NSError *error) {