Skip to content

Commit 1877abf

Browse files
Konrad Kierusmanuquentin
authored andcommitted
.
1 parent d04fecf commit 1877abf

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
@@ -619,7 +619,7 @@ + (BOOL)application:(UIApplication *)application
619619
};
620620

621621
RNCallKeep *callKeep = [RNCallKeep allocWithZone: nil];
622-
[callKeep handleStartCallNotification: userInfo];
622+
[callKeep sendEventWithNameWrapper:RNCallKeepDidReceiveStartCallAction body:userInfo];
623623
return YES;
624624
}
625625
return NO;

0 commit comments

Comments
 (0)