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,7 +150,9 @@ public abstract class TypingHandler extends KeyPadHandler {
|
|||
mInputMode.reset();
|
||||
}
|
||||
|
||||
statusBar.setText(mInputMode);
|
||||
if (!mainView.isTextEditingPaletteShown() && !mainView.isCommandPaletteShown()) {
|
||||
statusBar.setText(mInputMode);
|
||||
}
|
||||
}
|
||||
|
||||
if (settings.isMainLayoutNumpad()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue