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

Commit 792344bc authored by Raph Levien's avatar Raph Levien Committed by Android (Google) Code Review
Browse files

Merge "Fix for bug 6716343. Use correct offset for mPos reset."

parents 6970c31b 1341ab6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ class MeasuredText {
    }

    void setPos(int pos) {
        mPos = pos;
        mPos = pos - mTextStart;
    }

    /**