Merge "Fix an issue with visibility of the BubbleBarLayerView" into udc-qpr-dev

This commit is contained in:
Mady Mellor
2023-05-22 18:56:08 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}
}