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

Commit 31e3bb90 authored by Eugene Susla's avatar Eugene Susla
Browse files

[DO NOT MERGE] 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
(cherry picked from commit 9552b26a)
parent cfa85917
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;