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

Commit 3ca5dc3b authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Automerger Merge Worker
Browse files

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

Change-Id: I79c7cc6b74ffbc7cd2b0b02b3efc7df907a75628
parents 2863bd32 6f3dbab3
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;
        }