Skip to content

Commit e11a93c

Browse files
committed
Reflow Keyboard keysAreShiftable assignment
1 parent abb35a6 commit e11a93c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,10 @@ private void parseKeyboardAttributes(
208208
);
209209

210210
keysAreShiftable =
211-
attributesArray.getBoolean(R.styleable.Keyboard_keysAreShiftable, false);
211+
attributesArray.getBoolean(
212+
R.styleable.Keyboard_keysAreShiftable,
213+
false
214+
);
212215
keysArePreviewable =
213216
attributesArray.getBoolean(
214217
R.styleable.Keyboard_keysArePreviewable,

0 commit comments

Comments
 (0)