From: Jay Freeman (saurik) Date: Wed, 29 Feb 2012 01:31:34 +0000 (+0000) Subject: Do not overlap away items on WebCycript Cydgets. X-Git-Tag: v0.9.4004~7 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain/3a03af6c8eda67cb542ef7dfd471b2d90c372409 Do not overlap away items on WebCycript Cydgets. --- diff --git a/LockScreen.mm b/LockScreen.mm index c1d2334..d677329 100644 --- a/LockScreen.mm +++ b/LockScreen.mm @@ -995,6 +995,10 @@ static void $UIWebViewWebViewDelegate$webView$didClearWindowObject$forFrame$(UIW [self setView:[[[WebCydgetLockScreenView alloc] init] autorelease]]; } +- (BOOL) showAwayItems { + return NO; +} + @end MSClassHook(WebView)