summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2014-11-13 12:01:17 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2014-11-13 12:01:17 -0800
commit9fbe489333adf08bf293f6b08462a2121ca958f5 (patch)
tree694429798b9a0d54d9043df3b8d1730d3d0b17c1
parent797d1e988a43d1dec63a4268c40b50f58413b5f7 (diff)
Fix display of dialog (very large font) on iOS 8.
-rw-r--r--Tweak.xm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tweak.xm b/Tweak.xm
index a7eb8f7..f5b4816 100644
--- a/Tweak.xm
+++ b/Tweak.xm
@@ -88,6 +88,7 @@ void SafeModeAlertItem$configure$requirePasscodeForActions$(id self, SEL sel, BO
UIAlertView *sheet([self alertSheet]);
[sheet setDelegate:self];
+ [sheet setTitle:@""];
[sheet setBodyText:@"We apologize for the inconvenience, but SpringBoard has just crashed.\n\nMobileSubstrate /did not/ cause this problem: it has protected you from it.\n\nYour device is now running in Safe Mode. All extensions that support this safety system are disabled.\n\nReboot (or restart SpringBoard) to return to the normal mode. To return to this dialog touch the status bar.\n\nTap \"Help\" below for more tips."];
[sheet addButtonWithTitle:@"OK"];
[sheet addButtonWithTitle:@"Restart"];