diff options
author | Vitaly Takmazov | 2017-12-22 06:46:11 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-22 06:46:11 +0300 |
commit | 0055643a9b5fbd1b6b61a47c3759dd0ad704fa0f (patch) | |
tree | eed5cb2b6b5d688c9a0f98ca018614af8531b4f3 /Juick/AppDelegate.m | |
parent | f5180bc0d6991ec8eb773087695fa2359ddcfad2 (diff) |
drop more unneeded animations
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r-- | Juick/AppDelegate.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 0cd064d..5f76145 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -80,7 +80,7 @@ NSLog(@"User Info : %@", userInfo); [self parseNotificationPayload:userInfo]; UINavigationController *main = (UINavigationController *)self.window.rootViewController; - [main popToRootViewControllerAnimated:YES]; + [main popToRootViewControllerAnimated:NO]; if ([main.visibleViewController isKindOfClass:[DiscoverViewController class]]) { [main.visibleViewController performSegueWithIdentifier:@"threadViewSegue" sender:main.visibleViewController]; } |