Notifications with input cannot be cancelled

pull/198/head
M66B 4 years ago
parent 61c9bcf496
commit fac632534f

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

Loading…
Cancel
Save