summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.mm b/Cydia.mm
index af9b8da..f8668cb 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];
}