Hi, i am working on grid reorder functionality ba...
# compose
k
Hi, i am working on grid reorder functionality based on this demo https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]/androidx/compose/foundation/demos/LazyGridDragAndDropDemo.kt. It works fine with this example, but I need to get this working with Compose 1.6.3 (because of some external dependencies). Issue is, there's no
requestScrollToItem
in that version of Compose, so I trying to use it with
scrollToItem
- it however behaves differently in some cases, reorder looks wonky etc. Is there a way for me to get
requestScrollToItem
in my older Compose version?