summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m2
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 {