Update FLAG_BUBBLE in BubblesManager#onUserChangedBubble

Bug: 191606745
Test: atest SystemUITests
Change-Id: Icc6c9b534b556cf45e7c23e9392a2a3a0c24942a
This commit is contained in:
Sergey Serokurov
2022-03-03 14:07:28 -08:00
parent 3e2a850fa6
commit 724f328045

View File

@@ -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;