am 0e489d1b: [IL118] Factorize a method
* commit '0e489d1ba333e040345125e053a3a6de6c8ca0fe': [IL118] Factorize a methodmain
commit
8f7f2a625a
|
@ -550,7 +550,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
// Create Suggest instance with the new dictionary facilitator.
|
// Create Suggest instance with the new dictionary facilitator.
|
||||||
replaceSuggest(new Suggest(oldSuggest, dictionaryFacilitator));
|
replaceSuggest(new Suggest(oldSuggest, dictionaryFacilitator));
|
||||||
} else if (oldSuggest == null) {
|
} else if (oldSuggest == null) {
|
||||||
initSuggestForLocale(oldSuggest, locale);
|
initSuggest();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue