We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8e0831 + 1efacf7 commit c8e3720Copy full SHA for c8e3720
services/java/com/android/server/wm/WindowManagerService.java
@@ -8079,7 +8079,7 @@ private int animateAwayWallpaperLocked() {
8079
8080
private void updateResizingWindows(final WindowState w) {
8081
final WindowStateAnimator winAnimator = w.mWinAnimator;
8082
- if (!w.mAppFreezing && w.mLayoutSeq == mLayoutSeq) {
+ if (w.mHasSurface && !w.mAppFreezing && w.mLayoutSeq == mLayoutSeq) {
8083
w.mContentInsetsChanged |=
8084
!w.mLastContentInsets.equals(w.mContentInsets);
8085
w.mVisibleInsetsChanged |=
0 commit comments