summaryrefslogtreecommitdiffstats
path: root/services/core
diff options
context:
space:
mode:
authorChristoph Studer <chstuder@google.com>2014-12-04 18:08:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-12-04 18:08:38 +0000
commit798c05523bc238853269a24dc526a31f0464a589 (patch)
tree36aca7159c9acda52a02ad4db9a0176c36282fa9 /services/core
parentffc050ad369c09d740d33f72e66d03f6e2473c49 (diff)
parent0d6ef4bd2b57fc8abe877ac4c6dd511cb8fa467a (diff)
downloadframeworks_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.java1
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();