diff --git a/MasterPassword/ObjC/iOS/MPSetupViewController.m b/MasterPassword/ObjC/iOS/MPSetupViewController.m index 16ade0de..9d4f6abf 100644 --- a/MasterPassword/ObjC/iOS/MPSetupViewController.m +++ b/MasterPassword/ObjC/iOS/MPSetupViewController.m @@ -26,6 +26,8 @@ [super viewDidAppear:animated]; + self.cloudSwitch.enabled = [[MPAppDelegate_Shared get].storeManager cloudAvailable]; + if (self.cloudSwitch && [[MPiOSConfig get].iCloudDecided boolValue]) self.cloudSwitch.on = [[MPiOSConfig get].iCloudEnabled boolValue]; if (self.rememberLoginSwitch)