Dragging with onMove is not working when LongPressGesture is on view
I want to achieve similar behaviour which is in Apple Podcast app on iOS on queue screen. I want to be able to display context menu after long press on every row, except on view with image “line.3.horizontal”. Also I want to be able to drag rows, while pressing row and more importantly on image “line.3.horizontal”.
I found a solution to not display the context menu on long press on hamburger image. It is done using LongPressGesture and StateGesture variable. Unfortunately I can’t drag pressing hamburger image anymore using onMove