am bfa0d8df: am e306d292: Merge "Remove a useless IPC call."

* commit 'bfa0d8df8d307a0348bb85b682167bce9077862e':
  Remove a useless IPC call.
main
Jean Chalard 2013-12-12 17:51:01 -08:00 committed by Android Git Automerger
commit 416b5e83a5
1 changed files with 0 additions and 1 deletions

View File

@ -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();