diff options
| author | 2024-07-17 19:07:31 +0000 | |
|---|---|---|
| committer | 2024-07-17 19:07:31 +0000 | |
| commit | 874453115a189f675b8bbd169fbcfa786a9d788d (patch) | |
| tree | 578ee60fd624c98f97b7d754a25cecfa7938b699 | |
| parent | 4dcda8eaf1c9fe4a6f8d3f5d5fbcfe8c34991d69 (diff) | |
| parent | d3b877a540dd419a3c5b8c22c6750808132ad70f (diff) | |
Merge "animateItemPlacement() is deprecated and needs to be updated to animateItem()." into main
| -rw-r--r-- | packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/GridDragDropState.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/GridDragDropState.kt b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/GridDragDropState.kt index beb8ddef949d..24cbd1036770 100644 --- a/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/GridDragDropState.kt +++ b/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/GridDragDropState.kt @@ -264,7 +264,7 @@ fun LazyGridItemScope.DraggableItem( alpha = itemAlpha } } else { - Modifier.animateItemPlacement() + Modifier.animateItem() } Box(modifier) { |