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

Commit 8e101dee 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

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

Change-Id: I7b763e38428cd9c3579a27dbaff8a7d05be03016
parents 1ccc1c60 2b9718bc
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) {