diff options
author | 2014-01-22 22:52:29 -0800 | |
---|---|---|
committer | 2014-01-22 22:52:29 -0800 | |
commit | 4b68386775f5f3e8b9c0a2e5460ff46d36c3c1f4 (patch) | |
tree | d9d121f03d16eb9f6cf221c87bc0f55263bbf347 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 6fc8dc480fecc67d8b4fe0acb01c045cfed26b91 (diff) | |
parent | 1284e556f4ec998c6f3ea80905d690cbb4c9dc82 (diff) | |
download | latinime-4b68386775f5f3e8b9c0a2e5460ff46d36c3c1f4.tar.gz latinime-4b68386775f5f3e8b9c0a2e5460ff46d36c3c1f4.tar.xz latinime-4b68386775f5f3e8b9c0a2e5460ff46d36c3c1f4.zip |
am 1284e556: [IL70] Remove unused arguments
* commit '1284e556f4ec998c6f3ea80905d690cbb4c9dc82':
[IL70] Remove unused arguments
Diffstat (limited to '')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 21aefd3ab..a4253bb3b 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -205,7 +205,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen case MSG_RESUME_SUGGESTIONS: latinIme.mInputLogic.restartSuggestionsOnWordTouchedByCursor( latinIme.mSettings.getCurrent(), - false /* includeResumedWordInSuggestions */, latinIme.mKeyboardSwitcher); + false /* includeResumedWordInSuggestions */); break; case MSG_REOPEN_DICTIONARIES: latinIme.initSuggest(); |