1
0
Fork 0

fixed deprecated way of assignment in build.gradle

This commit is contained in:
sspanak 2025-06-16 17:22:19 +03:00 committed by Dimo Karaivanov
parent 612ab66075
commit 5f459ee3dd
2 changed files with 14 additions and 13 deletions

View file

@ -372,6 +372,7 @@ public abstract class TypingHandler extends KeyPadHandler {
protected void onAcceptSuggestionAutomatically(String word) {
mInputMode.onAcceptSuggestion(word, true);
autoCorrectSpace(word, false, mInputMode.getSequence().isEmpty() ? -1 : mInputMode.getSequence().charAt(0) - '0');
mInputMode.determineNextWordTextCase(-1);
}
private void onAcceptSuggestionsDelayed(String word) {