1
0
Fork 0

Removed some duplicate code (#362)

Co-authored-by: Alex Knop <alexknoptech@protonmail.com>
This commit is contained in:
alexknop 2023-08-24 03:06:18 -04:00 committed by GitHub
parent 6b5e7b7782
commit 2cd86c07cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -354,7 +354,6 @@ public class TraditionalT9 extends KeyPadHandler {
}
cancelAutoAccept();
textField.finishComposingText();
clearSuggestions();
String word = textField.getSurroundingWord();
@ -445,7 +444,6 @@ public class TraditionalT9 extends KeyPadHandler {
cancelAutoAccept();
commitCurrentSuggestion(false);
clearSuggestions();
resetKeyRepeat();
nextLang();
mInputMode.changeLanguage(mLanguage);