From: Grant Paul Date: Mon, 8 Nov 2010 00:25:03 +0000 (-0800) Subject: Make Sakurina happy: black statusbar while stashing. X-Git-Tag: v1.0.3366~58 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/9e1f1e917566b2309a64553f8145585d6a10a242 Make Sakurina happy: black statusbar while stashing. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 64872ab1..e7e233d5 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);