convert Suggest to kotlin

no functional changes
should simplify the todos
This commit is contained in:
Helium314 2024-02-06 20:55:15 +01:00
parent 26809444bd
commit 00a45a621e
5 changed files with 585 additions and 634 deletions

View file

@ -660,8 +660,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
resetDictionaryFacilitatorIfNecessary();
}
refreshPersonalizationDictionarySession(currentSettingsValues);
Suggest.nextWordSuggestionsCache.clear();
mStatsUtilsManager.onLoadSettings(this /* context */, currentSettingsValues);
mInputLogic.mSuggest.clearNextWordSuggestionsCache();
mStatsUtilsManager.onLoadSettings(this, currentSettingsValues);
}
private void refreshPersonalizationDictionarySession(