We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6788e02 + 35d0e1d commit ab1c545Copy full SHA for ab1c545
services/java/com/android/server/wm/WindowAnimator.java
@@ -269,7 +269,7 @@ private void updateWindowsAndWallpaperLocked() {
269
mPendingLayoutChanges);
270
}
271
mService.mFocusMayChange = true;
272
- } else if (win.isReadyForDisplay() && winAnimator.mAnimation == null) {
+ } else if (win.isReadyForDisplay()) {
273
mForceHiding = true;
274
275
} else if (mPolicy.canBeForceHidden(win, win.mAttrs)) {
0 commit comments