1
0
Fork 0

fixed invalid text case displayed in the Status Bar after recomposing a word, then typing a new one

This commit is contained in:
sspanak 2024-10-16 16:20:51 +03:00 committed by Dimo Karaivanov
parent c55224351f
commit 1e47bee232

View file

@ -153,6 +153,8 @@ public abstract class TypingHandler extends KeyPadHandler {
} else { } else {
mInputMode.reset(); mInputMode.reset();
} }
statusBar.setText(mInputMode);
} }
return true; return true;