Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17a3ecda authored by Sergey Serokurov's avatar Sergey Serokurov Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17074049

Change-Id: I871e0f46d217767712ea304b29c6e0cfcfab79e8
parents 26687b11 c6c00912
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;