We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1bb0a commit 6df8579Copy full SHA for 6df8579
ios/RNCallKeep/RNCallKeep.m
@@ -481,15 +481,14 @@ + (BOOL)application:(UIApplication *)application
481
contact = [startVideoCallIntent.contacts firstObject];
482
}
483
484
-
485
if (contact != nil) {
486
handle = contact.personHandle.value;
487
488
489
if (handle != nil && handle.length > 0 ){
490
NSDictionary *userInfo = @{
491
- @"handle": handle,
492
- @"video": @(isVideoCall)
+ @"handle": handle,
+ @"video": @(isVideoCall)
493
};
494
495
RNCallKeep *callKeep = [RNCallKeep allocWithZone: nil];
0 commit comments