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

Commit 6dc49c09 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

Fix typo which caused invalid rotations to be returned with NATIVE_WINDOW_TRANSFORM_HINT

Bug: 4487161
Change-Id: Ib2dfbbef15397b6d90695bd27f25849ca20704f1
parent bb66c9b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ status_t SurfaceTextureLayer::queueBuffer(int buf, int64_t timestamp,
        if (orientation & Transform::ROT_INVALID) {
            orientation = 0;
        }
        *outTransform = layer->getOrientation();
        *outTransform = orientation;
    }

    return res;