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

Commit 6f3dbab3 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Task: Don't set crop for Organized surfaces." into rvc-dev

parents 0c07fe50 1530eee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2013,7 +2013,7 @@ class Task extends WindowContainer<WindowContainer> {
    }

    void updateSurfaceSize(SurfaceControl.Transaction transaction) {
        if (mSurfaceControl == null || mCreatedByOrganizer) {
        if (mSurfaceControl == null || isOrganized()) {
            return;
        }