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 PMVsevolod Ganin
02/12/2021, 5:42 PMVsevolod Ganin
02/12/2021, 5:43 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 😕 .Jakub Ledwon
02/14/2021, 7:24 PMstartDragImmediately to true worked like a charm for me