Loading java/src/com/android/inputmethod/latin/LatinIME.java +1 −0 Original line number Diff line number Diff line Loading @@ -2344,6 +2344,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen mLastSelectionEnd = mRecapitalizeStatus.getNewCursorEnd(); } } mConnection.finishComposingText(); mRecapitalizeStatus.rotate(); final int numCharsDeleted = mLastSelectionEnd - mLastSelectionStart; mConnection.setSelection(mLastSelectionEnd, mLastSelectionEnd); Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +1 −0 Original line number Diff line number Diff line Loading @@ -2344,6 +2344,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen mLastSelectionEnd = mRecapitalizeStatus.getNewCursorEnd(); } } mConnection.finishComposingText(); mRecapitalizeStatus.rotate(); final int numCharsDeleted = mLastSelectionEnd - mLastSelectionStart; mConnection.setSelection(mLastSelectionEnd, mLastSelectionEnd); Loading