fixed pressing Backspace when the Text Editing Palette is shown, causing the current clipboard preview to disappear
This commit is contained in:
parent
f4395ad6fb
commit
9e98475634
1 changed files with 3 additions and 1 deletions
|
|
@ -150,8 +150,10 @@ public abstract class TypingHandler extends KeyPadHandler {
|
||||||
mInputMode.reset();
|
mInputMode.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!mainView.isTextEditingPaletteShown() && !mainView.isCommandPaletteShown()) {
|
||||||
statusBar.setText(mInputMode);
|
statusBar.setText(mInputMode);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (settings.isMainLayoutNumpad()) {
|
if (settings.isMainLayoutNumpad()) {
|
||||||
mainView.renderKeys();
|
mainView.renderKeys();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue