Merge "Fix Statusbar Chips clipped by 3 Button Nav in landscape mode" into udc-qpr-dev

This commit is contained in:
Johannes Gallmann
2023-07-31 12:24:24 +00:00
committed by Android (Google) Code Review

View File

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