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

Commit 1679e909 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 a479fc5c 6dc49c09
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;