From 9e1f1e917566b2309a64553f8145585d6a10a242 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 7 Nov 2010 16:25:03 -0800 Subject: [PATCH] Make Sakurina happy: black statusbar while stashing. --- MobileCydia.mm | 1 + 1 file changed, 1 insertion(+) 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); -- 2.47.2