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

Commit b9520816 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

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

parents 77bfa874 b95f742c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ public class StatusBarWindowView extends FrameLayout {

    public StatusBarWindowView(Context context, AttributeSet attrs) {
        super(context, attrs);
        setClipChildren(false);
    }

    @Override