fixed deprecated way of assignment in build.gradle
This commit is contained in:
parent
612ab66075
commit
5f459ee3dd
2 changed files with 14 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue