|  |  | @ -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 { | 
			
		
	
		
		
			
				
					
					|  |  |  |      |  |  |  |      | 
			
		
	
	
		
		
			
				
					|  |  | 
 |