Skip to content

Commit 17d8ea5

Browse files
committed
chore: remove unused function
1 parent 0ec5560 commit 17d8ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/method_channel/web_callkit_method_channel.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ class MethodChannelWebCallkit extends WebCallkitPlatform {
383383
if (callType == CallType.video) {
384384
if (!call.hasCapabilityVideo) {
385385
printWarning("Video call not supported. Please enable it with CallKitCapability.video.", tag: tag, debugOverride: true);
386-
_notificationManager.repost(uuid: call.uuid);
386+
// _notificationManager.repost(uuid: call.uuid);
387387
return call;
388388
}
389389
}

0 commit comments

Comments
 (0)