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

@ -86,7 +86,7 @@ public interface DictionaryFacilitator {
boolean isActive();
Locale getMainLocale();
@NonNull Locale getMainLocale();
// useful for multilingual typing
Locale getCurrentLocale();