Removed some duplicate code (#362)
Co-authored-by: Alex Knop <alexknoptech@protonmail.com>
This commit is contained in:
parent
6b5e7b7782
commit
2cd86c07cf
1 changed files with 0 additions and 2 deletions
|
|
@ -354,7 +354,6 @@ public class TraditionalT9 extends KeyPadHandler {
|
||||||
}
|
}
|
||||||
|
|
||||||
cancelAutoAccept();
|
cancelAutoAccept();
|
||||||
textField.finishComposingText();
|
|
||||||
clearSuggestions();
|
clearSuggestions();
|
||||||
|
|
||||||
String word = textField.getSurroundingWord();
|
String word = textField.getSurroundingWord();
|
||||||
|
|
@ -445,7 +444,6 @@ public class TraditionalT9 extends KeyPadHandler {
|
||||||
|
|
||||||
cancelAutoAccept();
|
cancelAutoAccept();
|
||||||
commitCurrentSuggestion(false);
|
commitCurrentSuggestion(false);
|
||||||
clearSuggestions();
|
|
||||||
resetKeyRepeat();
|
resetKeyRepeat();
|
||||||
nextLang();
|
nextLang();
|
||||||
mInputMode.changeLanguage(mLanguage);
|
mInputMode.changeLanguage(mLanguage);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue