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

Commit 4566518f authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix refactoring typo" into oc-dev

parents 1fe60b21 43530c99
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);
    }