summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-07 21:24:47 +0300
committerGravatar Vitaly Takmazov2017-12-07 21:24:47 +0300
commitd958ef04d427b284ccaa161a5634cd602802d415 (patch)
tree10ca5575d74b3878a77798fb35db1fc8fd01bce7 /Juick/AppDelegate.m
parentd856b364dea82f7b89e2040075ee32d988707edb (diff)
fix thread push
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m2
1 files changed, 0 insertions, 2 deletions
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;
}