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

Commit b297f691 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Magnify status bar"

parents a4ef504b 9552b26a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4510,8 +4510,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
                mAttrs.type == TYPE_NAVIGATION_BAR ||
                // It's tempting to wonder: Have we forgotten the rounded corners overlay?
                // worry not: it's a fake TYPE_NAVIGATION_BAR_PANEL
                mAttrs.type == TYPE_NAVIGATION_BAR_PANEL ||
                mAttrs.type == TYPE_STATUS_BAR) {
                mAttrs.type == TYPE_NAVIGATION_BAR_PANEL) {
            return false;
        }
        return true;