From 7187b5b2e192b912de90a7c0a6d88ab987aae4f1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 22 May 2014 04:34:34 -0700 Subject: Allow multi-tasking while modal dialog is present. --- MobileCydia.mm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index 8e4c796..5c081bd 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9344,6 +9344,9 @@ _end return false; } + if ([tabbar_ modalViewController] != nil) + return false; + // Use external process status API internally. // This is probably a really bad idea. // XXX: what is the point of this? does this solve anything at all? -- cgit v1.2.3