Merge "Mark 2 resolved TODOS as such (A14)" into jb-mr1-dev

main
Jean Chalard 2012-09-18 20:01:30 -07:00 committed by Android (Google) Code Review
commit 3bf113f0ea
1 changed files with 2 additions and 2 deletions

View File

@ -1391,11 +1391,11 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
if (mWordComposer.isComposingWord()) {
commitTyped(LastComposedWord.NOT_A_SEPARATOR);
mExpectingUpdateSelection = true;
// TODO: Can we remove this?
// The following is necessary for the case where the user typed something but didn't
// manual pick it and didn't input any separator.
mSpaceState = SPACE_STATE_PHANTOM;
}
mConnection.endBatchEdit();
// TODO: Should handle TextUtils.CAP_MODE_CHARACTER.
mWordComposer.setCapitalizedModeAtStartComposingTime(getActualCapsMode());
}