aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-10-02 22:42:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-10-02 22:42:48 -0700
commit66ee84d9730022b1896dbc0a2a5a7825bf5494f9 (patch)
treebeb723b469988c62179216c45e33304b7b2c4a5f /java/src/com/android/inputmethod/deprecated
parentbb3798bd145171995e754b5ecbf9243beb7743ee (diff)
parent904baab25a4c6ec5d9c4bf7e562154e3f544d296 (diff)
downloadlatinime-66ee84d9730022b1896dbc0a2a5a7825bf5494f9.tar.gz
latinime-66ee84d9730022b1896dbc0a2a5a7825bf5494f9.tar.xz
latinime-66ee84d9730022b1896dbc0a2a5a7825bf5494f9.zip
am 904baab2: Remove code related to AutoText
* commit '904baab25a4c6ec5d9c4bf7e562154e3f544d296': Remove code related to AutoText
Diffstat (limited to 'java/src/com/android/inputmethod/deprecated')
-rw-r--r--java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java b/java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java
index f33a46277..36ffe2dce 100644
--- a/java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java
+++ b/java/src/com/android/inputmethod/deprecated/recorrection/RecorrectionSuggestionEntries.java
@@ -57,7 +57,7 @@ public class RecorrectionSuggestionEntries {
private static SuggestedWords.Builder getTypedSuggestions(
Suggest suggest, KeyboardSwitcher keyboardSwitcher, WordComposer word) {
- return suggest.getSuggestedWordBuilder(keyboardSwitcher.getKeyboardView(), word, null,
+ return suggest.getSuggestedWordBuilder(word, null,
keyboardSwitcher.getLatinKeyboard().getProximityInfo());
}
}