Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading