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

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

am ad25e361: am 2d58c922: am 798c0552: Merge "NoMan: Update effect suppressor...

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

* commit 'ad25e361':
  NoMan: Update effect suppressor on listener remove
parents 6c30b4cc ad25e361
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();