summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-11-07 16:25:03 -0800
committerGrant Paul <chpwn@chpwn.com>2010-11-07 16:25:03 -0800
commit9e1f1e917566b2309a64553f8145585d6a10a242 (patch)
tree05b786689722458980d06289fa0d640fcc6bedd5
parentf3e11d24d181658c642bb4799d0893995261d5b8 (diff)
Make Sakurina happy: black statusbar while stashing.
-rw-r--r--MobileCydia.mm1
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);