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

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

Only inflate & add if it's a bubble

A mistake from ag/11797627

Bug: 158480978
Test: manual
Change-Id: I4b43ec1f1cc32b33eec63b2504aed774d71342e3
parent a2746525
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1156,7 +1156,7 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
        if (b.getEntry() != null) {
            // Updating the entry to be a bubble will trigger our normal update flow
            setIsBubble(b.getEntry(), isBubble, b.shouldAutoExpand());
        } else {
        } else if (isBubble) {
            // If we have no entry to update, it's a persisted bubble so
            // we need to add it to the stack ourselves
            Bubble bubble = mBubbleData.getOrCreateBubble(null, b /* persistedBubble */);