From 9968491e3b6409bf90090f20227f95f1a54c2fc7 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Thu, 10 May 2012 00:21:22 +0200 Subject: [PATCH] Switch back to iCloud after resetting it. --- MasterPassword/iOS/MPAppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MasterPassword/iOS/MPAppDelegate.m b/MasterPassword/iOS/MPAppDelegate.m index 7ad5fbd3..5dbc9eb0 100644 --- a/MasterPassword/iOS/MPAppDelegate.m +++ b/MasterPassword/iOS/MPAppDelegate.m @@ -422,6 +422,7 @@ wrn(@"iCloud store could not be opened, resetting it."); manager.hardResetEnabled = YES; [manager hardResetCloudStorage]; + [manager useiCloudStore:YES alertUser:NO]; break; } }