Merge "Task: Don't set crop for Organized surfaces." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6f3dbab3df
@@ -2013,7 +2013,7 @@ class Task extends WindowContainer<WindowContainer> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void updateSurfaceSize(SurfaceControl.Transaction transaction) {
|
void updateSurfaceSize(SurfaceControl.Transaction transaction) {
|
||||||
if (mSurfaceControl == null || mCreatedByOrganizer) {
|
if (mSurfaceControl == null || isOrganized()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user