aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-09-20 23:29:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-09-20 23:29:46 -0700
commit9733803b0eeee728ed9d1a7b7ca101532e12b438 (patch)
tree16ac2527899f7126f4350f1cb793b45b7b3fec8f /java/src/com/android/inputmethod/latin/LatinIME.java
parent10026febbaa41bdf2f8420e17264a2b11c11cdba (diff)
parent68c7b9b195c3ffcc52cd265b98aa15d637fb5420 (diff)
downloadlatinime-9733803b0eeee728ed9d1a7b7ca101532e12b438.tar.gz
latinime-9733803b0eeee728ed9d1a7b7ca101532e12b438.tar.xz
latinime-9733803b0eeee728ed9d1a7b7ca101532e12b438.zip
am 68c7b9b1: Merge "Remove "autoCorrectInvert" feature from SuggestionsView"
* commit '68c7b9b195c3ffcc52cd265b98aa15d637fb5420': Remove "autoCorrectInvert" feature from SuggestionsView
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-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 1fa536e59..5ccf6b795 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1497,8 +1497,6 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
if (!TextUtils.isEmpty(typedWord) && !typedWord.equals(mBestWord)) {
InputConnectionCompatUtils.commitCorrection(
ic, mLastSelectionEnd - typedWord.length(), typedWord, mBestWord);
- if (mSuggestionsView != null)
- mSuggestionsView.onAutoCorrectionInverted(mBestWord);
}
}
if (Keyboard.CODE_SPACE == primaryCode) {