We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c8244 commit 61901f9Copy full SHA for 61901f9
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java
@@ -578,13 +578,12 @@ private void sendShiftDownEvent(final int pointerId) {
578
private void sendShiftMoveToEvent(final int pointerId) {
579
580
shiftMode = SHIFT_HELD;
581
+ shiftPointerId = pointerId;
582
583
activeKey = null;
- removeAllExtendedPressHandlerMessages();
584
-
585
activePointerId = NONEXISTENT_POINTER_ID;
586
- shiftPointerId = pointerId;
587
+ removeAllExtendedPressHandlerMessages();
588
invalidate();
589
}
590
0 commit comments