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

Commit b7973bcf authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Allow performShowLocked when transition animation started am: 83caa366 am: 280d7fdc

am: 9897aa94

Change-Id: I30a580432377210e533833bd6762e5cd0e5afbfc
parents 5b8a994c 9897aa94
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1325,7 +1325,8 @@ class WindowState extends WindowContainer implements WindowManagerPolicy.WindowS
                && ((!isParentWindowHidden() && mViewVisibility == View.VISIBLE && !mToken.hidden)
                        || mWinAnimator.mAnimation != null
                        || ((atoken != null) && (atoken.mAppAnimator.animation != null)
                                && !mWinAnimator.isDummyAnimation()));
                                && !mWinAnimator.isDummyAnimation())
                        || isAnimatingWithSavedSurface());
    }

    /**