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();
|
validateLanguages();
|
||||||
|
|
||||||
resetKeyRepeat();
|
resetKeyRepeat();
|
||||||
|
setSuggestions(null);
|
||||||
determineInputMode();
|
determineInputMode();
|
||||||
determineTextCase();
|
determineTextCase();
|
||||||
}
|
}
|
||||||
|
|
@ -165,7 +166,6 @@ public class TraditionalT9 extends KeyPadHandler {
|
||||||
if (mainView.createView()) {
|
if (mainView.createView()) {
|
||||||
initTray();
|
initTray();
|
||||||
}
|
}
|
||||||
clearSuggestions();
|
|
||||||
statusBar.setText(mInputMode != null ? mInputMode.toString() : "");
|
statusBar.setText(mInputMode != null ? mInputMode.toString() : "");
|
||||||
setDarkTheme();
|
setDarkTheme();
|
||||||
mainView.render();
|
mainView.render();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue