summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-12-01 22:14:43 +0300
committerGravatar Vitaly Takmazov2021-12-01 22:14:43 +0300
commit5325cf1ceaccc26091e196b62d76ba2d2efce2da (patch)
tree4490f6ada31b35d8121747102c2406ee83fd7f8c /Juick/AppDelegate.m
parent2c046a01003665aa78ca8f069c215ba1420c76cc (diff)
Fix navigation issues
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index 51e5df1..dbd7734 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -165,11 +165,6 @@
return (AppDelegate *)[UIApplication sharedApplication].delegate;
}
-- (UINavigationController *) navigator {
- UINavigationController *secondaryNavigationController = [(UISplitViewController *)self.window.rootViewController viewControllers][1];
- return [[secondaryNavigationController viewControllers] firstObject];
-}
-
- (void)presentThread:(UIViewController *)vc {
[[self navigator] performSegueWithIdentifier:@"threadSegue" sender:vc];
}