diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-11-07 16:25:03 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2010-11-07 16:25:03 -0800 |
commit | 9e1f1e917566b2309a64553f8145585d6a10a242 (patch) | |
tree | 05b786689722458980d06289fa0d640fcc6bedd5 /MobileCydia.mm | |
parent | f3e11d24d181658c642bb4799d0893995261d5b8 (diff) |
Make Sakurina happy: black statusbar while stashing.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 64872ab..e7e233d 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8637,6 +8637,7 @@ static _finline void _setHomePage(Cydia *self) { - (void) stash { [self setIdleTimerDisabled:YES]; + [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackOpaque]; [self setStatusBarShowsProgress:YES]; UpdateExternalStatus(1); |