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:
parent
98fe9bfe96
commit
a4e1c6263f
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ fun ReorderableCollectionItemScope.DefaultDragAndDropModifier(
|
|||
view: View,
|
||||
onDragStopped: () -> Unit
|
||||
): Modifier {
|
||||
return Modifier.draggableHandle(
|
||||
return Modifier.longPressDraggableHandle(
|
||||
onDragStarted = {
|
||||
ViewCompat.performHapticFeedback(
|
||||
view,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue