diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java b/packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java index 25bc7959a6cd..8707d389858b 100644 --- a/packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +++ b/packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java @@ -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) {          }  |