fixed typing space could potentially erase the previous word, when Text Editing is on
This commit is contained in:
parent
9e1feca96f
commit
d8232ebf27
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ abstract public class TextEditingHandler extends VoiceHandler {
|
|||
switch (key) {
|
||||
case 0:
|
||||
if (!mInputMode.isNumeric()) {
|
||||
textField.setText(" ");
|
||||
onText(" ", false);
|
||||
}
|
||||
break;
|
||||
case 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue