From e6aa73b5bfca248cd45365d6803dc57aed4b45f3 Mon Sep 17 00:00:00 2001 From: Jeff DeCew Date: Thu, 21 Jul 2022 18:44:53 +0000 Subject: [PATCH] Change master to match tm-qpr-dev Change-Id: I6701a574234eec9a953fb3741a5db32bf554563c --- .../statusbar/NotificationLockscreenUserManagerImpl.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java index e1e2de50a02ac..38a208b72edca 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationLockscreenUserManagerImpl.java @@ -125,7 +125,7 @@ public class NotificationLockscreenUserManagerImpl implements updateLockscreenNotificationSetting(); getEntryManager().updateNotifications("ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED"); // TODO(b/231976036): Consolidate pipeline invalidations related to this event - notifyNotificationStateChanged(); + // notifyNotificationStateChanged(); } } }; @@ -271,7 +271,7 @@ public class NotificationLockscreenUserManagerImpl implements getEntryManager().updateNotifications("LOCK_SCREEN_ALLOW_REMOTE_INPUT" + " or ZEN_MODE change"); // TODO(b/231976036): Consolidate pipeline invalidations related to this event - notifyNotificationStateChanged(); + // notifyNotificationStateChanged(); } } }; @@ -660,7 +660,7 @@ public class NotificationLockscreenUserManagerImpl implements } getEntryManager().updateNotifications("NotificationLockscreenUserManager.updatePublicMode"); // TODO(b/234738798): Migrate KeyguardNotificationVisibilityProvider to use this listener - notifyNotificationStateChanged(); + // notifyNotificationStateChanged(); } @Override