Merge "Set final crop on wallpaper instead of intersect clip with stack bounds" into nyc-dev
This commit is contained in:
@@ -1333,7 +1333,7 @@ class WindowStateAnimator {
|
|||||||
final TaskStack stack = task.mStack;
|
final TaskStack stack = task.mStack;
|
||||||
if (stack != null && !stack.isFullscreen()) {
|
if (stack != null && !stack.isFullscreen()) {
|
||||||
stack.getDimBounds(mTmpStackBounds);
|
stack.getDimBounds(mTmpStackBounds);
|
||||||
clipRect.intersect(mTmpStackBounds);
|
finalClipRect.set(mTmpStackBounds);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user