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

Commit 367d298c 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 bounds" into nyc-dev

am: 9386a40e

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

Change-Id: Ic4790a2a66f9f01064dbcbf6c3f06ca6238f6c3f
parents cc758f95 9386a40e
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);
                    }
                }
            }