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