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();
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue