From: Grant Paul Date: Sun, 3 Oct 2010 08:54:18 +0000 (-0700) Subject: Support landscape in the new Settings view. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/e9a716a7b8b9e02b42c524a85a1714d6a6d6801b 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]; }