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

Commit 42cc006f authored by Mady Mellor's avatar Mady Mellor Committed by Automerger Merge Worker
Browse files

Merge "Auto-expand the bubble when created via bubble-button" into rvc-dev am:...

Merge "Auto-expand the bubble when created via bubble-button" into rvc-dev am: 21ebdf80 am: de52c185

Change-Id: I67d5e20e3499385fac1a537cea30b19373ec9cc6
parents 28794133 de52c185
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -911,6 +911,7 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
        // Update the state in NotificationManagerService
        try {
            int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
            flags |= Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE;
            mBarService.onNotificationBubbleChanged(entry.getKey(), shouldBubble, flags);
        } catch (RemoteException e) {
        }