Jakub Ledwon
02/12/2021, 4:56 PMdraggable
. Now I want to use it inside a LazyColumn
, but when I'm picking the number, column's content is scrolling as well. What is the easiest way to block scrolling for parent in this situation? Should I use nestedScroll
modifier or something else?Vsevolod Ganin
02/12/2021, 5:34 PMNumberPicker
implementation, it also uses draggable
and resides as item of LazyColumn
, but scrolling it doesn’t scroll LazyColumn
in any wayJakub Ledwon
02/12/2021, 5:38 PMdragabble
did you use for your NumberPicker
may be that can cause some troubles?Vsevolod Ganin
02/12/2021, 5:40 PMJakub Ledwon
02/14/2021, 6:45 PMNumberPicker
, although I've modified it for compose alpha11, because I use koin and it struggles with 12, and unfortunately it is scrolling column as well while flinging 😕 .startDragImmediately
to true worked like a charm for me