Tolriq
05/05/2024, 7:41 AMdetectDragGesturesAfterLongPress
can now get called while it was not the case before.Albert Chang
05/05/2024, 12:49 PMTolriq
05/05/2024, 12:52 PMTolriq
05/05/2024, 12:54 PMpointerInput(lazyGridState.isScrollInProgress) {
if (!lazyGridState.isScrollInProgress) {
detectDragGesturesAfterLongPress(
But the restart of the pointInput is less efficient 😞Tolriq
05/05/2024, 12:58 PMTolriq
05/05/2024, 1:07 PMAlbert Chang
05/05/2024, 1:12 PMdetectDragGesturesAfterLongPress
called seems like the correct behavior to me.Tolriq
05/05/2024, 1:16 PMdetectDragGesturesAfterLongPress
is called while it should not and never did. If you long press without moving then yes it would be normal, here's it's triggering during the second scroll.Albert Chang
05/05/2024, 1:28 PMthen touch and scroll with your fingerIf you mean scroll immediately without long press, then this definitely doesn’t look right and you should file an issue. If you mean scroll after a long press, I would say starting a new gesture seems more correct to me.
Tolriq
05/05/2024, 1:29 PMTolriq
05/05/2024, 1:31 PM