We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f40e58 commit 7323555Copy full SHA for 7323555
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java
@@ -179,8 +179,8 @@ public int getShiftMode() {
179
return shiftMode;
180
}
181
182
- public void setShiftMode(final int state) {
183
- shiftMode = state;
+ public void setShiftMode(final int mode) {
+ shiftMode = mode;
184
185
186
public void onClick(final View view) {
0 commit comments