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

Commit eda1f698 authored by John Spurlock's avatar John Spurlock
Browse files

Fix glitch launching new windows from transparent launcher.

Part 1 of 2: Ignore remembered sysui visibility transparent flag
value when computing global content frame.

Since this fixes a visible window layout glitch, get this in asap.

Bug:10561554
Change-Id: Ia3fd69ee65eb3f34fb3a684b697c98e37fabc0b0
parent a751d97e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2819,7 +2819,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

                // If the status bar is hidden, we don't want to cause
                // windows behind it to scroll.
                if (mStatusBar.isVisibleLw() && !statusBarTransient && !statusBarTransparent) {
                if (mStatusBar.isVisibleLw() && !statusBarTransient) {
                    // Status bar may go away, so the screen area it occupies
                    // is available to apps but just covering them when the
                    // status bar is visible.