Skip to content

Commit b09c914

Browse files
committed
Implement keyIsPreviewable actual functionality
1 parent e11a93c commit b09c914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ private boolean isSwipeableKey(final Key key) {
671671

672672
private void updateKeyPreview() {
673673

674-
if (activeKey == null) {
674+
if (activeKey == null || !activeKey.isPreviewable) {
675675
if (keyPreviewPopup.isShowing()) {
676676
keyPreviewPopup.dismiss();
677677
}

0 commit comments

Comments
 (0)