Allow performShowLocked when transition animation started
am: 83caa366f4
Change-Id: I6897267073728cf236e1ad98c3092666bb246e49
This commit is contained in:
@@ -1334,7 +1334,8 @@ final class WindowState implements WindowManagerPolicy.WindowState {
|
||||
&& ((!mAttachedHidden && mViewVisibility == View.VISIBLE && !mRootToken.hidden)
|
||||
|| mWinAnimator.mAnimation != null
|
||||
|| ((atoken != null) && (atoken.mAppAnimator.animation != null)
|
||||
&& !mWinAnimator.isDummyAnimation()));
|
||||
&& !mWinAnimator.isDummyAnimation())
|
||||
|| isAnimatingWithSavedSurface());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user