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-Url: https://git.saurik.com/cydia.git/commitdiff_plain/2ecf1e7f1f14de505d5e7b374c0feba96a62126e?ds=inline 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 {