Fix Statusbar Chips clipped by 3 Button Nav in landscape mode

Bug: 289875579
Test: Manual, i.e. enabling 3 button nav and verifying chip animations in landscape and seascape mode.
Change-Id: I3e3ade1f20597ca176ed553839076ad101ad3d9f
This commit is contained in:
Johannes Gallmann
2023-07-11 16:49:14 +02:00
parent 52f45340a9
commit b95f742c96

View File

@@ -46,6 +46,7 @@ public class StatusBarWindowView extends FrameLayout {
public StatusBarWindowView(Context context, AttributeSet attrs) {
super(context, attrs);
setClipChildren(false);
}
@Override