diff options
author | 2012-09-19 15:18:42 -0700 | |
---|---|---|
committer | 2012-09-19 15:18:42 -0700 | |
commit | 3a637a2371b8e7e8eabb38b00127338194e59b6d (patch) | |
tree | 58e8f974a066c1cd027ed6fddb0542d1ea040556 /java/src | |
parent | 455a7eb1e2e3fef74daab4af663606f8c28723e5 (diff) | |
parent | c6e404e0e88446fb8c0499fb903bf29785b04816 (diff) | |
download | latinime-3a637a2371b8e7e8eabb38b00127338194e59b6d.tar.gz latinime-3a637a2371b8e7e8eabb38b00127338194e59b6d.tar.xz latinime-3a637a2371b8e7e8eabb38b00127338194e59b6d.zip |
am c6e404e0: am 3bf113f0: Merge "Mark 2 resolved TODOS as such (A14)" into jb-mr1-dev
* commit 'c6e404e0e88446fb8c0499fb903bf29785b04816':
Mark 2 resolved TODOS as such (A14)
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 10a6e9544..23334d6f3 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -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()); } |