From 80239775563a1b29136ee64c29c2379a95e504c2 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 8 Apr 2018 11:46:42 +0300 Subject: bump version --- Juick/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Juick/AppDelegate.m') diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index b376052..e2eebe5 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -88,7 +88,7 @@ UITabBarController *main = (UITabBarController *)self.window.rootViewController; [main setSelectedIndex:0]; UINavigationController *discover = (UINavigationController *)[main.viewControllers objectAtIndex:0]; - [discover performSegueWithIdentifier:@"threadViewSegue" sender:discover]; + [[discover.viewControllers objectAtIndex:0] performSegueWithIdentifier:@"threadViewSegue" sender:discover]; completionHandler(); } -- cgit v1.2.3