Merge "Update FLAG_BUBBLE in BubblesManager#onUserChangedBubble" into tm-dev

This commit is contained in:
Sergey Serokurov
2022-03-04 18:49:03 +00:00
committed by Android (Google) Code Review

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;