Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1846,7 +1846,7 @@ public class BubbleController implements ConfigurationChangeListener, if (mStackView != null) { mStackView.setVisibility(VISIBLE); } if (mLayerView != null && isStackExpanded()) { if (mLayerView != null) { mLayerView.setVisibility(VISIBLE); } } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +1 −1 Original line number Diff line number Diff line Loading @@ -1846,7 +1846,7 @@ public class BubbleController implements ConfigurationChangeListener, if (mStackView != null) { mStackView.setVisibility(VISIBLE); } if (mLayerView != null && isStackExpanded()) { if (mLayerView != null) { mLayerView.setVisibility(VISIBLE); } } Loading