diff options
author | 2010-08-25 15:53:54 +0900 | |
---|---|---|
committer | 2010-08-25 15:55:17 +0900 | |
commit | ac3cae616cfef053fdb59bebe5455dea1d51642c (patch) | |
tree | 5661e26a00c45d88fd318716a4ad334ba2c32984 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | f15a019cab85c9e3c7c60231a578d5d8ee4596a1 (diff) | |
download | latinime-ac3cae616cfef053fdb59bebe5455dea1d51642c.tar.gz latinime-ac3cae616cfef053fdb59bebe5455dea1d51642c.tar.xz latinime-ac3cae616cfef053fdb59bebe5455dea1d51642c.zip |
Merge from the private sandbox to the froyo-ub-latinimegoogle
Bumped up the version to 0.22.
Change-Id: I04497fa0a2acaa1b9632621c9d9f163cf40f6299
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 0e6b18a06..2406eb8c3 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -768,6 +768,9 @@ public class LatinIME extends InputMethodService // Check if we should go in or out of correction mode. + // TODO: Uncomment this block when we enable re-editing feature + // If a word is selected + /* if (isPredictionOn() && mJustRevertedSeparator == null && (candidatesStart == candidatesEnd || newSelStart != oldSelStart || TextEntryState.isCorrecting()) @@ -779,6 +782,7 @@ public class LatinIME extends InputMethodService abortCorrection(false); } } + */ } @Override |