]> git.saurik.com Git - cydia.git/commitdiff
Allow multi-tasking while modal dialog is present.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 May 2014 11:34:34 +0000 (04:34 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 22 May 2014 11:34:34 +0000 (04:34 -0700)
MobileCydia.mm

index 8e4c796b70930727d77749cad7c924b36da2f6e3..5c081bd68c8dfc8ec60ff5c04b2a7f30d6fa7f1c 100644 (file)
@@ -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?