hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
180 stars 312 forks source link

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

Open Brazol opened 8 months ago

Brazol commented 8 months ago

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.

paramaw commented 6 months ago

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.