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

Commit 6421aa06 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Fix glitch launching new windows from transparent launcher." into klp-dev

parents 28ed00d3 eda1f698
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.