diff options
| author | 2022-03-04 18:49:03 +0000 | |
|---|---|---|
| committer | 2022-03-04 18:49:03 +0000 | |
| commit | c6c00912fb8cdae552789845cb143a7737170fa5 (patch) | |
| tree | aea2879589977c34594b604717cbf2061bdc1eaa | |
| parent | 8546fdc9532f38fafa915db83de81c9f02cb6e72 (diff) | |
| parent | 724f328045557658607ef60eb7c911088a4ec97f (diff) | |
Merge "Update FLAG_BUBBLE in BubblesManager#onUserChangedBubble" into tm-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java | 2 |
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; |