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

Commit 9552b26a authored by Eugene Susla's avatar Eugene Susla
Browse files

Magnify status bar

This regressed with the recent z-ordering wm refactoring
Changing it back to old behabvior

Fixes: 74463331
Test: ensure attached bug is fixed
Change-Id: I7938a4b32a237e2fdf2e9f7bb64bab17366cb174
parent caa71fb7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4493,8 +4493,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;