//FREEBIE
pull/1/head
Frederic Jacobs 10 years ago
parent 9e8ba91304
commit 14164d9855

@ -182,8 +182,8 @@
} }
-(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo { -(void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo {
if ([self isRedPhonePush:userInfo]) {
ResponderSessionDescriptor* call; ResponderSessionDescriptor* call;
if (![self.notificationTracker shouldProcessNotification:userInfo]){ if (![self.notificationTracker shouldProcessNotification:userInfo]){
return; return;
} }
@ -204,6 +204,7 @@
[Environment.phoneManager incomingCallWithSession:call]; [Environment.phoneManager incomingCallWithSession:call];
} }
}
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler { - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler {

Loading…
Cancel
Save