]> git.saurik.com Git - cydget.git/commitdiff
Do not overlap away items on WebCycript Cydgets.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Feb 2012 01:31:34 +0000 (01:31 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Feb 2012 01:31:34 +0000 (01:31 +0000)
LockScreen.mm

index c1d23347880b1e868bb0af8dbe2d71687fc08c7a..d677329904ba925c7cf0c88c25f2587406f34e55 100644 (file)
@@ -995,6 +995,10 @@ static void $UIWebViewWebViewDelegate$webView$didClearWindowObject$forFrame$(UIW
     [self setView:[[[WebCydgetLockScreenView alloc] init] autorelease]];
 }
 
+- (BOOL) showAwayItems {
+    return NO;
+}
+
 @end
 
 MSClassHook(WebView)