1
0
Fork 0

fixed typing space could potentially erase the previous word, when Text Editing is on

This commit is contained in:
sspanak 2024-08-28 18:21:26 +03:00
parent 9e1feca96f
commit d8232ebf27

View file

@ -43,7 +43,7 @@ abstract public class TextEditingHandler extends VoiceHandler {
switch (key) {
case 0:
if (!mInputMode.isNumeric()) {
textField.setText(" ");
onText(" ", false);
}
break;
case 1: