Merge "Auto-expand the bubble when created via bubble-button" into rvc-dev am: 21ebdf80dd
Change-Id: I474117ef2a4374de8fb6e158965910768819a355
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user