Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3b877a5 authored by Anvesh Renikindi's avatar Anvesh Renikindi
Browse files

animateItemPlacement() is deprecated and needs to be updated to animateItem().

Change-Id: I1d0daab13c81a189cb2949639ce1b57af088aff7
Merged-In: I02a8d1426812b8379a130cbcd15f64f6d325e9e9
Test: Treehugger
Flag: bugfix b/348734945
parent c3eca001
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ fun LazyGridItemScope.DraggableItem(
                alpha = itemAlpha
            }
        } else {
            Modifier.animateItemPlacement()
            Modifier.animateItem()
        }

    Box(modifier) {