diff options
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 2753bb8b9..763e5e53c 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 |