We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11a93c commit b09c914Copy full SHA for b09c914
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java
@@ -671,7 +671,7 @@ private boolean isSwipeableKey(final Key key) {
671
672
private void updateKeyPreview() {
673
674
- if (activeKey == null) {
+ if (activeKey == null || !activeKey.isPreviewable) {
675
if (keyPreviewPopup.isShowing()) {
676
keyPreviewPopup.dismiss();
677
}
0 commit comments