flutter_callkit_incoming icon indicating copy to clipboard operation
flutter_callkit_incoming copied to clipboard

Android: Missed call notification is not cleared when Call back button is tapped

Open Brazol opened this issue 11 months ago • 1 comments

From the code, it looks like whenever ACTION_CALL_CALLBACK action is tapped, clearMissCallNotification is called, which should hide missed call notification. It's not happening in the latest version.

Brazol avatar Mar 14 '24 10:03 Brazol

I think this is related to #533 as well.

I tried clicking on the "callback" button on the notification when avatar is null, and it correctly clears the notification.

paramaw avatar May 18 '24 04:05 paramaw