diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 312baa6a4e907..aec20bc553168 100644 --- a/services/core/java/com/android/server/notification/NotificationManagerService.java +++ b/services/core/java/com/android/server/notification/NotificationManagerService.java @@ -2958,6 +2958,7 @@ public class NotificationManagerService extends SystemService { protected void onServiceRemovedLocked(ManagedServiceInfo removed) { if (mListenersDisablingEffects.remove(removed)) { updateListenerHintsLocked(); + updateEffectsSuppressorLocked(); } mLightTrimListeners.remove(removed); updateNotificationGroupsDesiredLocked();