Skip to content

Commit 21019c9

Browse files
committed
Fix Key.isPreviewable assigned wrong attribute
1 parent b09c914 commit 21019c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/io/github/yawnoc/strokeinput

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public Key(
109109
attributesArray.getBoolean(R.styleable.Key_keyIsExtendedRight, false);
110110
isPreviewable =
111111
attributesArray.getBoolean(
112-
R.styleable.Row_keysArePreviewable,
112+
R.styleable.Key_keyIsPreviewable,
113113
parentRow.keysArePreviewable
114114
);
115115

0 commit comments

Comments
 (0)