commit | 40bd98816d09ea7fb44c1de4960fd34319365717 | [log] [tgz] |
---|---|---|
author | satok <satok@google.com> | Tue Jul 20 20:19:21 2010 +0900 |
committer | satok <satok@google.com> | Tue Jul 20 20:19:21 2010 +0900 |
tree | eeb3652e1c6b5bfd2fdea582dc10f4e7c1cc599e | |
parent | b42ceab02e8d78ead66a727095d1efbd0b4f48e9 [diff] |
Enable re-edit feature Change-Id: I4c6a9ddf3f3c4eb35076f4ed27e009462cfc2e9e
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 8d54572..f845577 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -716,7 +716,6 @@ // TODO: Uncomment this block when we enable re-editing feature // If a word is selected - /* if (isPredictionOn() && mJustRevertedSeparator == null && (candidatesStart == candidatesEnd || newSelStart != oldSelStart) && (newSelStart < newSelEnd - 1 || (!mPredicting)) @@ -727,7 +726,6 @@ abortCorrection(false); } } - */ } @Override