#import <AddressBook/AddressBook.h>
#import <SpringBoardUI/SBAwayViewPluginController.h>
+#import <TelephonyUI/TPBottomLockBar.h>
#import <QuartzCore/CALayer.h>
// XXX: fix the minimum requirement
}
CGRect subrect([scroller_ frame]);
+ subrect.size.height -= [TPBottomLockBar defaultHeight];
subrect.size.height -= extra;
[scroller_ setScrollerIndicatorSubrect:subrect];
CGSize size(size_);
size.height += extra;
+ size.height += [TPBottomLockBar defaultHeight];
[scroller_ setContentSize:size];
[scroller_ releaseRubberBandIfNecessary];
all: WebCycriptLockScreen
WebCycriptLockScreen: LockScreen.mm makefile $(base)/../mobilesubstrate/substrate.h
- $(target)g++ -bundle -mthumb -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -lobjc -I$(base)/../mobilesubstrate $(link) $(flags) -framework CoreGraphics -framework QuartzCore -framework SpringBoardUI -framework WebCore -framework GraphicsServices
+ $(target)g++ -bundle -mthumb -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -lobjc -I$(base)/../mobilesubstrate $(link) $(flags) -framework CoreGraphics -framework QuartzCore -framework SpringBoardUI -framework WebCore -framework GraphicsServices -framework TelephonyUI
ldid -S $@
extra: