diff options
| author | 2021-05-04 18:14:06 +0000 | |
|---|---|---|
| committer | 2021-05-04 18:14:06 +0000 | |
| commit | 0e8c1789f9637e60bd3f96cf1bf5bcfe6164d409 (patch) | |
| tree | 293b038b8f3448f606413f58d1961d365ca6d524 | |
| parent | 19734ab0d7986954ab3ca23f7b65f6754a1bf508 (diff) | |
| parent | 203a6e667e6c445a970e60da9c2a1036826cd8e4 (diff) | |
Merge "Don't auto expand the bubble when it's marked as priority" into sc-dev
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java b/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java index b95545576e56..10c4a55ad240 100644 --- a/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java +++ b/packages/SystemUI/src/com/android/systemui/wmshell/BubblesManager.java @@ -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()); |