Tolriq
08/26/2023, 4:23 PMdetectDragGesturesAfterLongPress
that would consume the events and prevent single click when the user longpress but does not drag and up. To handle both longpress drag and long press preventing the default click action.Tolriq
08/26/2023, 4:24 PMcurrentEvent.changes.fastForEach {
it.consume()
}
But the click event is still sent and I have no more ideas 😞