From 724f328045557658607ef60eb7c911088a4ec97f Mon Sep 17 00:00:00 2001 From: Sergey Serokurov Date: Thu, 3 Mar 2022 14:07:28 -0800 Subject: Update FLAG_BUBBLE in BubblesManager#onUserChangedBubble Bug: 191606745 Test: atest SystemUITests Change-Id: Icc6c9b534b556cf45e7c23e9392a2a3a0c24942a --- packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit v1.2.3-59-g8ed1b