1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 22:51:02 +00:00

Notifications with input cannot be cancelled

This commit is contained in:
M66B 2021-04-24 16:26:33 +02:00
parent 61c9bcf496
commit fac632534f

View file

@ -192,6 +192,7 @@ public class ServiceUI extends IntentService {
}
private void cancel(long group, long id) {
// https://issuetracker.google.com/issues/159152393
String tag = "unseen." + group + ":" + id;
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);