You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (self.server.reachabilityManager.reachable && ([selfuserChanged])) {
158
-
[MagicalRecord deleteAndSetupMageCoreDataStack];
158
+
if (self.server.reachabilityManager.reachable && [selfuserChanged]) {
159
+
if ([MageOfflineObservationManager offlineObservationCount] > 0) {
160
+
UIAlertController* alert = [UIAlertController alertControllerWithTitle:@"Loss of Unsaved Data"
161
+
message:@"The previously logged in user has unsaved observations. Continuing with a new user will remove all previous data, including unsaved observations. Continue?"
0 commit comments