Android 12: notification ID

This commit is contained in:
M66B
2021-07-15 15:28:27 +02:00
parent e11c2dd1f1
commit fc2dc9a5e5
9 changed files with 22 additions and 22 deletions

View File

@@ -194,7 +194,7 @@ public class ServiceUI extends IntentService {
String tag = "unseen." + group + ":" + id;
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
nm.cancel(tag, 1);
nm.cancel(tag, 10);
}
private void onMove(long id, String folderType) {