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

Change-Id: I474117ef2a4374de8fb6e158965910768819a355
This commit is contained in:
Mady Mellor
2020-05-15 18:42:23 +00:00
committed by Automerger Merge Worker

View File

@@ -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) {
}