Open Brazol opened 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.
ACTION_CALL_CALLBACK
clearMissCallNotification
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.
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.