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) {
|
switch (key) {
|
||||||
case 0:
|
case 0:
|
||||||
if (!mInputMode.isNumeric()) {
|
if (!mInputMode.isNumeric()) {
|
||||||
textField.setText(" ");
|
onText(" ", false);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue