Merge "Don't auto expand the bubble when it's marked as priority" into sc-dev

This commit is contained in:
Mady Mellor
2021-05-04 18:14:06 +00:00
committed by Android (Google) Code Review

View File

@@ -675,7 +675,6 @@ public class BubblesManager implements Dumpable {
} }
try { try {
int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
flags |= Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE;
mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags); mBarService.onNotificationBubbleChanged(entry.getKey(), true, flags);
} catch (RemoteException e) { } catch (RemoteException e) {
Log.e(TAG, e.getMessage()); Log.e(TAG, e.getMessage());