Loading core/java/android/widget/Editor.java +2 −2 Original line number Diff line number Diff line Loading @@ -4045,9 +4045,9 @@ public class Editor { positionCursor = true; } else if (offset + mTouchWordOffset < mPreviousOffset) { // User is shrinking the selection. if (currLine > mPrevLine) { if (currLine < mPrevLine) { // We're on a different line, so we'll snap to word boundaries. offset = getWordStart(offset); offset = start; } offset += mTouchWordOffset; positionCursor = true; Loading Loading
core/java/android/widget/Editor.java +2 −2 Original line number Diff line number Diff line Loading @@ -4045,9 +4045,9 @@ public class Editor { positionCursor = true; } else if (offset + mTouchWordOffset < mPreviousOffset) { // User is shrinking the selection. if (currLine > mPrevLine) { if (currLine < mPrevLine) { // We're on a different line, so we'll snap to word boundaries. offset = getWordStart(offset); offset = start; } offset += mTouchWordOffset; positionCursor = true; Loading