Removed tab animation when closing another one

This commit is contained in:
Abdelilah El Aissaoui 2023-07-05 20:44:31 +02:00
parent 509bbf13e9
commit 20f4c3ac19
No known key found for this signature in database
GPG Key ID: 7587FC860F594869

View File

@ -187,7 +187,7 @@ fun LazyItemScope.DraggableItem(
translationX = dragDropState.previousItemOffset.value
}
} else {
Modifier.animateItemPlacement()
Modifier
}
Column(modifier = modifier.then(draggingModifier)) {
content(dragging)