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

Commit 9c3ac673 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:...

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

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

Change-Id: I77847e88fe198265b22fbb83ce5d7733ef3b83cc
parents 2ffe41fa 2e8b1b96
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) {