Skip to content

Commit 8778487

Browse files
committed
update typo
1 parent bfaadc5 commit 8778487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCallKeep/RNCallKeep.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ - (void)provider:(CXProvider *)provider performStartCallAction:(CXStartCallActio
444444
CXCallUpdate *callUpdate = [[CXCallUpdate alloc] init];
445445
callUpdate.localizedCallerName = contactIdentifier;
446446

447-
[self.callKitProvider reportCallWithUUID:uuid updated:callUpdate];
447+
[self.callKeepProvider reportCallWithUUID:uuid updated:callUpdate];
448448
}
449449

450450
// Answering incoming call

0 commit comments

Comments
 (0)