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

Commit cda8329e authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android code review
Browse files

Merge "Distance max set incorrectly"

parents 3c40675f 8239940d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2874,7 +2874,7 @@ void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) {
            mOrientedRanges.distance.min =
                    mRawPointerAxes.distance.minValue * mDistanceScale;
            mOrientedRanges.distance.max =
                    mRawPointerAxes.distance.minValue * mDistanceScale;
                    mRawPointerAxes.distance.maxValue * mDistanceScale;
            mOrientedRanges.distance.flat = 0;
            mOrientedRanges.distance.fuzz =
                    mRawPointerAxes.distance.fuzz * mDistanceScale;