We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddeb7bd + 9c5bf3b commit 5beeb04Copy full SHA for 5beeb04
services/java/com/android/server/wm/WindowState.java
@@ -737,7 +737,8 @@ boolean isReadyForDisplayIgnoringKeyguard() {
737
&& ((!mAttachedHidden && mViewVisibility == View.VISIBLE
738
&& !mRootToken.hidden)
739
|| mWinAnimator.mAnimation != null
740
- || ((atoken != null) && (atoken.mAppAnimator.animation != null)));
+ || ((atoken != null) && (atoken.mAppAnimator.animation != null)
741
+ && !mWinAnimator.isDummyAnimation()));
742
}
743
744
/**
0 commit comments