Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2d58c922 authored by Christoph Studer's avatar Christoph Studer Committed by Android Git Automerger
Browse files

am 798c0552: Merge "NoMan: Update effect suppressor on listener remove" into lmp-mr1-dev

* commit '798c0552':
  NoMan: Update effect suppressor on listener remove
parents f55ad284 798c0552
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2958,6 +2958,7 @@ public class NotificationManagerService extends SystemService {
        protected void onServiceRemovedLocked(ManagedServiceInfo removed) {
            if (mListenersDisablingEffects.remove(removed)) {
                updateListenerHintsLocked();
                updateEffectsSuppressorLocked();
            }
            mLightTrimListeners.remove(removed);
            updateNotificationGroupsDesiredLocked();