From 40bd98816d09ea7fb44c1de4960fd34319365717 Mon Sep 17 00:00:00 2001 From: satok Date: Tue, 20 Jul 2010 20:19:21 +0900 Subject: [PATCH] Enable re-edit feature Change-Id: I4c6a9ddf3f3c4eb35076f4ed27e009462cfc2e9e --- java/src/com/android/inputmethod/latin/LatinIME.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 8d54572e2..f845577d7 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -716,7 +716,6 @@ public class LatinIME extends InputMethodService // 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 @@ public class LatinIME extends InputMethodService abortCorrection(false); } } - */ } @Override