Don't stop keyrepeat after a circle gesture

This was inconsistent with the anticircle and roundtrip gestures.
This commit is contained in:
Jules Aguillon 2024-06-22 23:10:43 +02:00
parent 460f25317f
commit 6405e5e8be

View File

@ -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