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

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

Change-Id: Iff9388768dc9a7f764b42c848ffb84cb64da3669
This commit is contained in:
Mady Mellor
2020-06-10 04:02:03 +00:00
committed by Automerger Merge Worker

View File

@@ -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) {