mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Android 12: notification ID
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user