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