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

Commit 00139b22 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. DO NOT MERGE" into jb-dev

parents 10366b93 8e136f85
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;
    }

    /**