am 0e489d1b: [IL118] Factorize a method

* commit '0e489d1ba333e040345125e053a3a6de6c8ca0fe':
  [IL118] Factorize a method
main
Jean Chalard 2014-03-04 01:38:50 -08:00 committed by Android Git Automerger
commit 8f7f2a625a
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
} }