Merge "Fix bubbles returning after a runtime restart" into rvc-dev

This commit is contained in:
Mady Mellor
2020-06-10 03:43:48 +00:00
committed by Android (Google) Code Review

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