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

Commit 23316a1e authored by Raph Levien's avatar Raph Levien Committed by Android Git Automerger
Browse files

am 00139b22: Merge "Fix for bug 6716343. Use correct offset for mPos reset. DO...

am 00139b22: Merge "Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGE" into jb-dev

* commit '00139b22':
  Fix for bug 6716343. Use correct offset for mPos reset. DO NOT MERGE
parents 413b5c19 00139b22
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;
    }

    /**