aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorsatok <satok@google.com>2010-08-27 15:54:02 +0900
committersatok <satok@google.com>2010-08-27 15:54:02 +0900
commit6fd90f55f41a56f62e5e5bdc6b5a5c7092207411 (patch)
tree2fc4f076708da5e5a3450e7ee992904611a09a87 /java/src/com/android/inputmethod/latin/LatinIME.java
parent5ef4577156ee66efabd0c76bb674cbcc04c7ea3b (diff)
downloadlatinime-6fd90f55f41a56f62e5e5bdc6b5a5c7092207411.tar.gz
latinime-6fd90f55f41a56f62e5e5bdc6b5a5c7092207411.tar.xz
latinime-6fd90f55f41a56f62e5e5bdc6b5a5c7092207411.zip
Cherry pick Change I04497fa0: Merge from the private sandbox to the froyo-ub-latinimegoogle
Change-Id: I6c0304c6befc1b105d5dca7f96bb7532812c30f6
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java4
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