Skip to content

Commit 53d24c0

Browse files
committed
feat: update onTapListener with call action
1 parent fd082b5 commit 53d24c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/src/method_channel/web_callkit_method_channel.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ class MethodChannelWebCallkit extends WebCallkitPlatform {
9292

9393
void _onTapListener(CKCallResult result) {
9494
printDebug("Tapped notification: ${result.uuid}", tag: tag);
95-
}
96-
97-
CKCall _getCall(String uuid) {
98-
return _callManager.getCall(uuid)!;
95+
_onCallAction(result, ActionSource.notification);
9996
}
10097

10198
@override

0 commit comments

Comments
 (0)