]> git.saurik.com Git - cydia.git/commitdiff
Make Sakurina happy: black statusbar while stashing.
authorGrant Paul <chpwn@chpwn.com>
Mon, 8 Nov 2010 00:25:03 +0000 (16:25 -0800)
committerGrant Paul <chpwn@chpwn.com>
Mon, 8 Nov 2010 00:25:03 +0000 (16:25 -0800)
MobileCydia.mm

index 64872ab100e935bf909c75daefb48532097de544..e7e233d5c526f88147bbb208b2dc8345b9a5bd8a 100644 (file)
@@ -8637,6 +8637,7 @@ static _finline void _setHomePage(Cydia *self) {
 - (void) stash {
     [self setIdleTimerDisabled:YES];
 
+    [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleBlackOpaque];
     [self setStatusBarShowsProgress:YES];
     UpdateExternalStatus(1);