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

Commit 2cf74b5f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix an issue in my last CL" into rvc-dev am: 88f57253 am: 837b75e8...

Merge "Fix an issue in my last CL" into rvc-dev am: 88f57253 am: 837b75e8 am: 55608fdd am: 452de9b5

Change-Id: I21497a58a3e353748b69988d69b2422fe5333d2f
parents 8e4e27d5 452de9b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -864,12 +864,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 */);
            }
        }