Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 203a6e66 authored by Mady Mellor's avatar Mady Mellor
Browse files

Don't auto expand the bubble when it's marked as priority

Bug: 186684456
Test: manual - get a convo notif that can bubble
             - mark it as priority
             => notice the bubble is created but not auto-expanded
Change-Id: I4eec565bb1e32cbe4a53fa1e7db73f35fbabe730
parent b9645629
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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());