diff options
Diffstat (limited to 'Juick')
-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 7824a41..aa25052 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -109,8 +109,8 @@ NSString * const UserUpdatedNotificationName = @"UserUpdated"; MessagesViewController *dialogs = (MessagesViewController *)[main.viewControllers objectAtIndex:2]; [dialogs performSegueWithIdentifier:@"chatSegue" sender:dialogs]; } + completionHandler(); }]; - completionHandler(); } - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler { |