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:
Hiroshi Lockheimer
2012-06-22 15:34:56 -07:00
committed by Android Git Automerger

View File

@@ -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()));
}
/**