From 33b267475008589aeebcb3913e6ebea34ad512e5 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 27 Nov 2014 04:52:03 -0800 Subject: [PATCH] Do not link against finally-dead TPBottomLockBar. --- LockScreen.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LockScreen.mm b/LockScreen.mm index ed92364..12bef6b 100644 --- a/LockScreen.mm +++ b/LockScreen.mm @@ -410,7 +410,7 @@ MSInstanceMessageHook0(BOOL, NSURL, isSpringboardHandledURL) { if ((self = [super initWithFrame:frame]) != nil) { CGRect bounds([self bounds]); if (kCFCoreFoundationVersionNumber < 800) - bounds.size.height -= [TPBottomLockBar defaultHeight]; + bounds.size.height -= [objc_getClass("TPBottomLockBar") defaultHeight]; webview_ = [[CydgetWebView alloc] initWithFrame:bounds]; [webview_ setDelegate:self]; -- 2.45.2