Piotr Prus
03/04/2021, 9:41 PMColumn(modifier.verticalScroll)
, additionally I got a .pointeInput
on it to detect when the dragGesture (scroll) actually happens.
In alpha12, the dragGesture was detected on that column, but on Beta01, the detectVerticalDrag
is never called. However , if the .pointerInput
is called on child composable of that column, everything works fine.
Is that a bug or intended behavior for scrollable columns? (Tested also for LazyColumns, which works exactly the same.Piotr Prus
03/05/2021, 11:51 AMpointerInput
works properly, if it is called after .verticalScroll()
, not before as it was in previous versions of compose.