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

Commit fbe665fe authored by Mady Mellor's avatar Mady Mellor Committed by Automerger Merge Worker
Browse files

Merge "Fix bubbles returning after a runtime restart" into rvc-dev am: 2b9718bc am: 04996a25

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

Change-Id: I5a9553f65c55839279b8f44e0805d426b0406de3
parents 641897c3 04996a25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1214,7 +1214,7 @@ public class BubbleController implements ConfigurationController.ConfigurationLi
                            }
                        }
                    } else {
                        if (bubble.isBubble() && bubble.showInShade()) {
                        if (bubble.isBubble()) {
                            setIsBubble(bubble, false /* isBubble */);
                        }
                        if (bubble.getEntry() != null && bubble.getEntry().getRow() != null) {