We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb35a6 commit e11a93cCopy full SHA for e11a93c
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/Keyboard.java
@@ -208,7 +208,10 @@ private void parseKeyboardAttributes(
208
);
209
210
keysAreShiftable =
211
- attributesArray.getBoolean(R.styleable.Keyboard_keysAreShiftable, false);
+ attributesArray.getBoolean(
212
+ R.styleable.Keyboard_keysAreShiftable,
213
+ false
214
+ );
215
keysArePreviewable =
216
attributesArray.getBoolean(
217
R.styleable.Keyboard_keysArePreviewable,
0 commit comments