Skip to content

Commit 23c8244

Browse files
committed
Improve sendShiftDownEvent statement grouping
1 parent e822693 commit 23c8244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ private void sendShiftDownEvent(final int pointerId) {
570570
: SHIFT_HELD
571571
);
572572
}
573-
574573
shiftPointerId = pointerId;
574+
575575
invalidate();
576576
}
577577

0 commit comments

Comments
 (0)