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

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

Merge "Only inflate & add if it's a bubble" into rvc-dev am: 3ef506d5 am: 5fd277e8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11826576

Change-Id: Ia11452d939d930cc25f30445b27f965535cdfaa3
parents 0fd4aadd 5fd277e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1166,7 +1166,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 */);