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

Commit 3058cc3c 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: f05f3314

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

Change-Id: I80a9c9de24b24876ee32a1031d3ece72bb51a356
parents d20b7696 f05f3314
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);
                    }
                }
            }