1
0
Fork 0

the composing/selected text is no longer cleared on startup to avoid unexpected text loss

This commit is contained in:
sspanak 2023-06-12 12:29:14 +03:00 committed by Dimo Karaivanov
parent 09e5e1b2ca
commit cf766334d6

View file

@ -142,6 +142,7 @@ public class TraditionalT9 extends KeyPadHandler {
validateLanguages();
resetKeyRepeat();
setSuggestions(null);
determineInputMode();
determineTextCase();
}
@ -165,7 +166,6 @@ public class TraditionalT9 extends KeyPadHandler {
if (mainView.createView()) {
initTray();
}
clearSuggestions();
statusBar.setText(mInputMode != null ? mInputMode.toString() : "");
setDarkTheme();
mainView.render();