Skip to content

Commit 941e19c

Browse files
authored
ios: fix reportNewIncomingCall should use fromPushKit
reportNewIncomingCall should use fromPushKit
1 parent a4e3ead commit 941e19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCallKeep/RNCallKeep.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ + (void)reportNewIncomingCall:(NSString *)uuidString
375375
localizedCallerName:(NSString * _Nullable)localizedCallerName
376376
fromPushKit:(BOOL)fromPushKit
377377
{
378-
[RNCallKeep reportNewIncomingCall: uuidString handle:handle handleType:handleType hasVideo:hasVideo localizedCallerName:localizedCallerName fromPushKit: NO payload:nil];
378+
[RNCallKeep reportNewIncomingCall: uuidString handle:handle handleType:handleType hasVideo:hasVideo localizedCallerName:localizedCallerName fromPushKit: fromPushKit payload:nil];
379379
}
380380

381381
- (BOOL)lessThanIos10_2

0 commit comments

Comments
 (0)