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

Commit 556d0476 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "Fix typo which caused invalid rotations to be returned with NATIVE_WINDOW_TRANSFORM_HINT"

parents c97b1c22 a5ed1454
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;