Merge "Fix an issue with visibility of the BubbleBarLayerView" into udc-qpr-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user