diff options
author | Christoph Studer <chstuder@google.com> | 2014-12-04 18:08:33 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-12-04 18:08:38 +0000 |
commit | 798c05523bc238853269a24dc526a31f0464a589 (patch) | |
tree | 36aca7159c9acda52a02ad4db9a0176c36282fa9 /services/core | |
parent | ffc050ad369c09d740d33f72e66d03f6e2473c49 (diff) | |
parent | 0d6ef4bd2b57fc8abe877ac4c6dd511cb8fa467a (diff) | |
download | frameworks_base-798c05523bc238853269a24dc526a31f0464a589.zip frameworks_base-798c05523bc238853269a24dc526a31f0464a589.tar.gz frameworks_base-798c05523bc238853269a24dc526a31f0464a589.tar.bz2 |
Merge "NoMan: Update effect suppressor on listener remove" into lmp-mr1-dev
Diffstat (limited to 'services/core')
-rw-r--r-- | services/core/java/com/android/server/notification/NotificationManagerService.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java index 312baa6..aec20bc 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(); |