From: Jay Freeman (saurik) Date: Tue, 2 Nov 2010 13:00:58 +0000 (-0700) Subject: Put off the no-title-on-HomeController UI update. X-Git-Tag: v1.0.3366~84 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/2411bceb67b964999eabd8a33ce04d6583f123b8 Put off the no-title-on-HomeController UI update. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 1a8f588b..428c8848 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -6347,12 +6347,12 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { - (void) viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; - [[self navigationController] setNavigationBarHidden:YES animated:animated]; + //[[self navigationController] setNavigationBarHidden:YES animated:animated]; } - (void) viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; - [[self navigationController] setNavigationBarHidden:NO animated:animated]; + //[[self navigationController] setNavigationBarHidden:NO animated:animated]; } - (id) init {