the composing/selected text is no longer cleared on startup to avoid unexpected text loss
This commit is contained in:
parent
09e5e1b2ca
commit
cf766334d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue