* commit '691207d1bbcb557d5ad7a376d9032aea8df579e4': Remove a useless IPC call.
This commit is contained in:
commit
bd2b534088
1 changed files with 0 additions and 1 deletions
|
@ -2342,7 +2342,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
if (!mRecapitalizeStatus.isSetAt(mLastSelectionStart, mLastSelectionEnd)) {
|
||||
mLastSelectionStart = mRecapitalizeStatus.getNewCursorStart();
|
||||
mLastSelectionEnd = mRecapitalizeStatus.getNewCursorEnd();
|
||||
mConnection.setSelection(mLastSelectionStart, mLastSelectionEnd);
|
||||
}
|
||||
}
|
||||
mRecapitalizeStatus.rotate();
|
||||
|
|
Loading…
Reference in a new issue