Removed tab animation when closing another one
This commit is contained in:
parent
509bbf13e9
commit
20f4c3ac19
@ -187,7 +187,7 @@ fun LazyItemScope.DraggableItem(
|
||||
translationX = dragDropState.previousItemOffset.value
|
||||
}
|
||||
} else {
|
||||
Modifier.animateItemPlacement()
|
||||
Modifier
|
||||
}
|
||||
Column(modifier = modifier.then(draggingModifier)) {
|
||||
content(dragging)
|
||||
|
Loading…
Reference in New Issue
Block a user