Merge "Don't display based on a dummy animation." into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5beeb04b52
@@ -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