am 5beeb04b: Merge "Don\'t display based on a dummy animation." into jb-dev
* commit '5beeb04b528fec320d3453601b4adf4efbd8eba7': Don't display based on a dummy animation.
This commit is contained in:
@@ -737,7 +737,8 @@ final class WindowState implements WindowManagerPolicy.WindowState {
|
||||
&& ((!mAttachedHidden && mViewVisibility == View.VISIBLE
|
||||
&& !mRootToken.hidden)
|
||||
|| mWinAnimator.mAnimation != null
|
||||
|| ((atoken != null) && (atoken.mAppAnimator.animation != null)));
|
||||
|| ((atoken != null) && (atoken.mAppAnimator.animation != null)
|
||||
&& !mWinAnimator.isDummyAnimation()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user