From: Grant Paul Date: Sun, 3 Oct 2010 08:54:18 +0000 (-0700) Subject: Support landscape in the new Settings view. X-Git-Tag: v1.0.3366~139 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/43e1f0b9601792175e2dbad92906a3f0fddec55f?hp=124c62018639ce0466b2676e9b2475a0086a97e8 Support landscape in the new Settings view. --- diff --git a/Cydia.mm b/Cydia.mm index af9b8dac..f8668cba 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -8307,7 +8307,7 @@ static _finline void _setHomePage(Cydia *self) { - (void) showSettings { RoleController *role = [[RoleController alloc] initWithDatabase:database_ delegate:self]; - UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:role]; + CYNavigationController *nav = [[CYNavigationController alloc] initWithRootViewController:role]; if (IsWildcat_) [nav setModalPresentationStyle:UIModalPresentationFormSheet]; [container_ presentModalViewController:nav animated:YES]; }