From: Jay Freeman (saurik) Date: Thu, 22 May 2014 11:34:34 +0000 (-0700) Subject: Allow multi-tasking while modal dialog is present. X-Git-Tag: v1.1.10~40 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/7187b5b2e192b912de90a7c0a6d88ab987aae4f1 Allow multi-tasking while modal dialog is present. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 8e4c796b..5c081bd6 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?