1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3597 Widgets | Fix | Fix scrolling issue in edit mode due to the dnd gesture (#2347)

This commit is contained in:
Evgenii Kozlov 2025-04-22 14:09:23 +02:00
parent 98fe9bfe96
commit a4e1c6263f

View file

@ -408,7 +408,7 @@ fun ReorderableCollectionItemScope.DefaultDragAndDropModifier(
view: View,
onDragStopped: () -> Unit
): Modifier {
return Modifier.draggableHandle(
return Modifier.longPressDraggableHandle(
onDragStarted = {
ViewCompat.performHapticFeedback(
view,