Merge "Remove a useless IPC call."

main
Jean Chalard 2013-10-09 05:17:50 +00:00 committed by Android (Google) Code Review
commit e306d292eb
1 changed files with 0 additions and 1 deletions

View File

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