forked from extern/Unexpected-Keyboard
Don't stop keyrepeat after a circle gesture
This was inconsistent with the anticircle and roundtrip gestures.
This commit is contained in:
parent
460f25317f
commit
6405e5e8be
@ -308,7 +308,6 @@ public final class Pointers implements Handler.Callback
|
|||||||
{ // Gesture changed state
|
{ // Gesture changed state
|
||||||
if (!ptr.gesture.is_in_progress())
|
if (!ptr.gesture.is_in_progress())
|
||||||
{ // Gesture ended
|
{ // Gesture ended
|
||||||
stopKeyRepeat(ptr);
|
|
||||||
_handler.onPointerFlagsChanged(true);
|
_handler.onPointerFlagsChanged(true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user