* commit 'a8285a2425865ec617ae6c3d0fd22208ffc5ef17': Always call finishComposingText before recapitalization
This commit is contained in:
commit
e027ac9f7f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue