mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Android 12: notification ID
This commit is contained in:
@@ -624,8 +624,8 @@ public class FragmentPop extends FragmentBase {
|
||||
|
||||
if (!synchronize) {
|
||||
NotificationManager nm = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
nm.cancel("receive:" + account.id, 1);
|
||||
nm.cancel("alert:" + account.id, 1);
|
||||
nm.cancel("receive:" + account.id, 10);
|
||||
nm.cancel("alert:" + account.id, 10);
|
||||
}
|
||||
|
||||
args.putBoolean("saved", true);
|
||||
|
||||
Reference in New Issue
Block a user