Loading services/core/java/com/android/server/notification/NotificationManagerService.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -6245,6 +6245,8 @@ public class NotificationManagerService extends SystemService { for (NotificationRecord r : enqueued) { for (NotificationRecord r : enqueued) { if (r.mUpdateTimeMs > mWhen) { if (r.mUpdateTimeMs > mWhen) { // At least one enqueue was posted after the cancel, so we're invalid // At least one enqueue was posted after the cancel, so we're invalid Slog.i(TAG, "notification cancel ignored due to newer enqueued entry" + "key=" + r.getSbn().getKey()); return; return; } } } } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -6245,6 +6245,8 @@ public class NotificationManagerService extends SystemService { for (NotificationRecord r : enqueued) { for (NotificationRecord r : enqueued) { if (r.mUpdateTimeMs > mWhen) { if (r.mUpdateTimeMs > mWhen) { // At least one enqueue was posted after the cancel, so we're invalid // At least one enqueue was posted after the cancel, so we're invalid Slog.i(TAG, "notification cancel ignored due to newer enqueued entry" + "key=" + r.getSbn().getKey()); return; return; } } } } Loading