Fix AutoText enabling timing
Bug: 3479978 Change-Id: Ic3a9e947536b1508eb2bbe45753d6f7c0e99e416main
parent
435711dee0
commit
2702334165
|
@ -411,7 +411,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
}
|
||||
|
||||
private void initSuggest() {
|
||||
updateAutoTextEnabled();
|
||||
String locale = mSubtypeSwitcher.getInputLocaleStr();
|
||||
|
||||
Locale savedLocale = mSubtypeSwitcher.changeSystemLocale(new Locale(locale));
|
||||
|
@ -425,6 +424,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
int mainDicResId = Utils.getMainDictionaryResourceId(res);
|
||||
mSuggest = new Suggest(this, mainDicResId);
|
||||
loadAndSetAutoCorrectionThreshold(prefs);
|
||||
updateAutoTextEnabled();
|
||||
|
||||
mUserDictionary = new UserDictionary(this, locale);
|
||||
mSuggest.setUserDictionary(mUserDictionary);
|
||||
|
|
Loading…
Reference in New Issue