From d958ef04d427b284ccaa161a5634cd602802d415 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 7 Dec 2017 21:24:47 +0300 Subject: fix thread push --- Juick/AppDelegate.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'Juick/AppDelegate.m') diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 93c6b5b..04a441c 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -32,8 +32,6 @@ NSDictionary *userInfo = launchOptions[UIApplicationLaunchOptionsRemoteNotificationKey]; if (userInfo != nil) { self.pushedThread = [userInfo objectForKey:@"mid"]; - UINavigationController *main = (UINavigationController *) self.window.rootViewController; - [main performSegueWithIdentifier:@"threadViewSegue" sender:main]; } return YES; } -- cgit v1.2.3