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

Commit 3739e911 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 6421aa06: Merge "Fix glitch launching new windows from transparent launcher." into klp-dev

* commit '6421aa06':
  Fix glitch launching new windows from transparent launcher.
parents 48591ef6 6421aa06
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.