Merge "Don't auto expand the bubble when it's marked as priority" into sc-dev am: 0e8c1789f9 am: 39e1f4d0af

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14413633

Change-Id: I030973ec43eaa6d3725ba280cfb382a2c7187050
This commit is contained in:
Mady Mellor
2021-05-04 18:34:46 +00:00
committed by Automerger Merge Worker

View File

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