mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
convert Suggest to kotlin
no functional changes should simplify the todos
This commit is contained in:
parent
26809444bd
commit
00a45a621e
5 changed files with 585 additions and 634 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue