summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sergey Serokurov <serokurov@google.com> 2022-03-04 18:49:03 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2022-03-04 18:49:03 +0000
commitc6c00912fb8cdae552789845cb143a7737170fa5 (patch)
treeaea2879589977c34594b604717cbf2061bdc1eaa
parent8546fdc9532f38fafa915db83de81c9f02cb6e72 (diff)
parent724f328045557658607ef60eb7c911088a4ec97f (diff)
Merge "Update FLAG_BUBBLE in BubblesManager#onUserChangedBubble" into tm-dev
-rw-r--r--packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java b/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java
index 69ebfe8012d1..8a961942123b 100644
--- a/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java
+++ b/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java
@@ -749,6 +749,8 @@ public class BubblesManager implements Dumpable {
return;
}
+ entry.setFlagBubble(shouldBubble);
+
// Update the state in NotificationManagerService
try {
int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;