fixed invalid text case displayed in the Status Bar after recomposing a word, then typing a new one
This commit is contained in:
parent
c55224351f
commit
1e47bee232
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ public abstract class TypingHandler extends KeyPadHandler {
|
||||||
} else {
|
} else {
|
||||||
mInputMode.reset();
|
mInputMode.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
statusBar.setText(mInputMode);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue