Delay notification update only

pull/214/head
M66B 2 years ago
parent 1c6ea852cc
commit d6f142be77

@ -5712,7 +5712,9 @@ class Core {
try {
if (NotificationHelper.areNotificationsEnabled(nm)) {
nm.notify(tag, NotificationHelper.NOTIFICATION_TAGGED, notification);
if (update.contains(id))
try {
Log.i("Notify delay id=" + id);
Thread.sleep(NOTIFY_DELAY);
} catch (InterruptedException ex) {
Log.w(ex);

Loading…
Cancel
Save