Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit deb40094 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge "Set final crop on wallpaper instead of intersect clip with stack...

Merge "Set final crop on wallpaper instead of intersect clip with stack bounds" into nyc-dev am: 9386a40e
am: 367d298c

* commit '367d298c':
  Set final crop on wallpaper instead of intersect clip with stack bounds

Change-Id: I1362c2d848389d61fb9a4cab0d1f4cf1b1ddae06
parents d20b7696 367d298c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1333,7 +1333,7 @@ class WindowStateAnimator {
                    final TaskStack stack = task.mStack;
                    if (stack != null && !stack.isFullscreen()) {
                        stack.getDimBounds(mTmpStackBounds);
                        clipRect.intersect(mTmpStackBounds);
                        finalClipRect.set(mTmpStackBounds);
                    }
                }
            }