aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorDan Zivkovic <zivkovic@google.com>2015-02-09 21:03:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-09 21:03:55 +0000
commite18ab4a7c75afb9a4cd8e76d6aa70e341a9fa626 (patch)
tree6f1a3c37861e96fe89e9ff8c17534f2d08dfbb12 /java/src/com/android/inputmethod/latin/LatinIME.java
parent2c36c9944ea4a4752f5c4c83bfa0b7edc22b5400 (diff)
parent644a709a5fec65c3ac1c96f18af397458fac7658 (diff)
downloadlatinime-e18ab4a7c75afb9a4cd8e76d6aa70e341a9fa626.tar.gz
latinime-e18ab4a7c75afb9a4cd8e76d6aa70e341a9fa626.tar.xz
latinime-e18ab4a7c75afb9a4cd8e76d6aa70e341a9fa626.zip
am 644a709a: Remove distracter filter from client.
* commit '644a709a5fec65c3ac1c96f18af397458fac7658': Remove distracter filter from client.
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, 1 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 74ef6481a..c118e4aeb 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -128,7 +128,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
final Settings mSettings;
private final DictionaryFacilitator mDictionaryFacilitator =
- DictionaryFacilitatorProvider.newDictionaryFacilitator(this /* context */);
+ DictionaryFacilitatorProvider.newDictionaryFacilitator();
final InputLogic mInputLogic = new InputLogic(this /* LatinIME */,
this /* SuggestionStripViewAccessor */, mDictionaryFacilitator);
// We expect to have only one decoder in almost all cases, hence the default capacity of 1.
@@ -608,8 +608,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
if (!mHandler.hasPendingReopenDictionaries()) {
resetDictionaryFacilitator(locales);
}
- mDictionaryFacilitator.updateEnabledSubtypes(mRichImm.getMyEnabledInputMethodSubtypeList(
- true /* allowsImplicitlySelectedSubtypes */));
refreshPersonalizationDictionarySession(currentSettingsValues);
resetDictionaryFacilitatorIfNecessary();
mStatsUtilsManager.onLoadSettings(this /* context */, currentSettingsValues,