summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MobileSafety.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileSafety.mm b/MobileSafety.mm
index 83070a7..af17ccf 100644
--- a/MobileSafety.mm
+++ b/MobileSafety.mm
@@ -66,7 +66,7 @@ void SafeModeAlertItem$alertSheet$buttonClicked$(id self, SEL sel, id sheet, int
break;
case 3:
- [UIApp openURL:[NSURL URLWithString:@"http://cydia.saurik.com/safemode/"]];
+ [UIApp applicationOpenURL:[NSURL URLWithString:@"http://cydia.saurik.com/safemode/"] asPanel:NO];
break;
}