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

Commit 13f21491 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Fix refactoring typo" into oc-dev

am: 4566518f

Change-Id: Iee60a8e32c907832cdb54a545f6a07518804f6bd
parents 3a9f2563 4566518f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1294,7 +1294,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
     *         otherwise.
     */
    boolean wouldBeVisibleIfPolicyIgnored() {
        return mHasSurface && mPolicyVisibility && !isParentWindowHidden()
        return mHasSurface && !isParentWindowHidden()
                && !mAnimatingExit && !mDestroying && (!mIsWallpaper || mWallpaperVisible);
    }