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.currentSlice isEqualToString:targetSliceName]) [selfkillApplication];
161
-
UIAlertView *switchAlert = [[UIAlertView alloc] initWithTitle:@"Switching slice"message:@"Please wait. It may take some time."delegate:selfcancelButtonTitle:nilotherButtonTitles:nil];
162
-
[switchAlert show];
160
+
SLWindow *window = [SLWindow sharedInstance];
161
+
window.touchInjection = true;
162
+
UIAlertController *switchAlert = [UIAlertController alertControllerWithTitle:@"Switching slice"message:@"Please wait. It may take some time."preferredStyle:UIAlertControllerStyleAlert];
UIAlertView *switchAlert = [[UIAlertView alloc] initWithTitle:@"switchToSlice Failed."message:@"switchToSlices could not be completed successfully."delegate:selfcancelButtonTitle:@"Okay"otherButtonTitles:nil];
UIAlertController *switchAlert = [UIAlertController alertControllerWithTitle:@"switchToSlice Failed."message:@"switchToSlices could not be completed successfully."preferredStyle:UIAlertControllerStyleAlert];
0 commit comments