1
0
Fork 0

fixed pressing Backspace when the Text Editing Palette is shown, causing the current clipboard preview to disappear

This commit is contained in:
sspanak 2025-05-26 13:23:45 +03:00 committed by Dimo Karaivanov
parent f4395ad6fb
commit 9e98475634

View file

@ -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()) {