am 691207d1: am e0e7c42e: am 416b5e83: am bfa0d8df: am e306d292: Merge "Remove a useless IPC call."
* commit '691207d1bbcb557d5ad7a376d9032aea8df579e4': Remove a useless IPC call.main
commit
bd2b534088
|
@ -2342,7 +2342,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
if (!mRecapitalizeStatus.isSetAt(mLastSelectionStart, mLastSelectionEnd)) {
|
if (!mRecapitalizeStatus.isSetAt(mLastSelectionStart, mLastSelectionEnd)) {
|
||||||
mLastSelectionStart = mRecapitalizeStatus.getNewCursorStart();
|
mLastSelectionStart = mRecapitalizeStatus.getNewCursorStart();
|
||||||
mLastSelectionEnd = mRecapitalizeStatus.getNewCursorEnd();
|
mLastSelectionEnd = mRecapitalizeStatus.getNewCursorEnd();
|
||||||
mConnection.setSelection(mLastSelectionStart, mLastSelectionEnd);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mRecapitalizeStatus.rotate();
|
mRecapitalizeStatus.rotate();
|
||||||
|
|
Loading…
Reference in New Issue