aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorChieu Nguyen <cvnguyen@google.com>2015-03-02 11:25:35 -0800
committerChieu Nguyen <cvnguyen@google.com>2015-03-02 15:24:51 -0800
commit0103d75aaf0472051147b047fc68fe8ae6881de5 (patch)
tree2f1c30c485acf5fe664245b2fe249144c5e4e5b3 /java/src/com/android/inputmethod/latin/LatinIME.java
parent8b2908066dc5259870fbf210e0af7eeb01d2b1ef (diff)
downloadlatinime-0103d75aaf0472051147b047fc68fe8ae6881de5.tar.gz
latinime-0103d75aaf0472051147b047fc68fe8ae6881de5.tar.xz
latinime-0103d75aaf0472051147b047fc68fe8ae6881de5.zip
Move dictionary facilitator handling.
Change-Id: Ibd42982996a36ac52b4c916035491b835f8d14f9
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 76d4a4a8d..f38b3330f 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -553,7 +553,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
KeyboardSwitcher.init(this);
AudioAndHapticFeedbackManager.init(this);
AccessibilityUtils.init(this);
- mStatsUtilsManager.onCreate(this /* context */);
+ mStatsUtilsManager.onCreate(this /* context */, mDictionaryFacilitator);
super.onCreate();
mHandler.onCreate();
@@ -606,8 +606,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
}
refreshPersonalizationDictionarySession(currentSettingsValues);
resetDictionaryFacilitatorIfNecessary();
- mStatsUtilsManager.onLoadSettings(this /* context */, currentSettingsValues,
- mDictionaryFacilitator);
+ mStatsUtilsManager.onLoadSettings(this /* context */, currentSettingsValues);
}
private void refreshPersonalizationDictionarySession(