Skip to content

Commit 7323555

Browse files
committed
Rename setShiftMode variable to mode
Why have 'state' when the function name has 'mode'
1 parent 2f40e58 commit 7323555

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ public int getShiftMode() {
179179
return shiftMode;
180180
}
181181

182-
public void setShiftMode(final int state) {
183-
shiftMode = state;
182+
public void setShiftMode(final int mode) {
183+
shiftMode = mode;
184184
}
185185

186186
public void onClick(final View view) {

0 commit comments

Comments
 (0)