]> git.saurik.com Git - safemode-ios.git/commitdiff
Fix display of dialog (very large font) on iOS 8.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 13 Nov 2014 20:01:17 +0000 (12:01 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 13 Nov 2014 20:01:17 +0000 (12:01 -0800)
Tweak.xm

index a7eb8f78b10c6d6abe30a8060e8108f71359dc98..f5b48163dd25bc8b2a6ad8fa7fd5409f1971b773 100644 (file)
--- 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"];