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

Commit c57591f1 authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix an issue in my last CL

Test: manual / treehugger
Bug: 152883583
Change-Id: I14e94748f8868377df877edf4e7836e5f25e8d7f
parent 76343014
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -863,12 +863,12 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
        } else {
            bubble = mBubbleData.getOverflowBubbleWithKey(key);
            if (bubble != null) {
                bubble.setShouldAutoExpand(true);
                promoteBubbleFromOverflow(bubble);
            } else if (entry.canBubble()) {
                // It can bubble but it's not -- it got aged out of the overflow before it
                // was dismissed or opened, make it a bubble again.
                setIsBubble(entry, true);
                bubble.setShouldAutoExpand(true);
                updateBubble(entry, true /* suppressFlyout */, false /* showInShade */);
            }
        }