Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d54776b6 authored by Mady Mellor's avatar Mady Mellor Committed by Android (Google) Code Review
Browse files

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

parents 0849a25c 944b1274
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
            }
        }