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:
parent
61c9bcf496
commit
fac632534f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue