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

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

Merge "[DO NOT MERGE] Magnify status bar" into pi-dev

parents 1c7c2bdd 31e3bb90
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4525,8 +4525,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;