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

Commit 885962c2 authored by Eugene Susla's avatar Eugene Susla Committed by android-build-merger
Browse files

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

am: e649106c

Change-Id: I20d3593f5d9b93997c5dc908c58a51ec62669ff6
parents e75d735d e649106c
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;