aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-07-20 20:19:21 +0900
committersatok <satok@google.com>2010-07-20 20:19:21 +0900
commit40bd98816d09ea7fb44c1de4960fd34319365717 (patch)
treeeeb3652e1c6b5bfd2fdea582dc10f4e7c1cc599e /java/src
parentb42ceab02e8d78ead66a727095d1efbd0b4f48e9 (diff)
downloadlatinime-40bd98816d09ea7fb44c1de4960fd34319365717.tar.gz
latinime-40bd98816d09ea7fb44c1de4960fd34319365717.tar.xz
latinime-40bd98816d09ea7fb44c1de4960fd34319365717.zip
Enable re-edit feature
Change-Id: I4c6a9ddf3f3c4eb35076f4ed27e009462cfc2e9e
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java2
1 files changed, 0 insertions, 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