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

Commit 88149cc9 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 am: 3ca5dc3b

Change-Id: I4c26cf6d27d6b810fc64636cc05204ef087ea6eb
parents 0af84bf1 3ca5dc3b
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;
        }