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

@@ -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);