Skip to content

Commit d615c02

Browse files
committed
PR Review comments.
1 parent f2a014a commit d615c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/animations/AnimationSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ private fun AnimationSpecKeyframeWithSpline() {
746746
private fun OffsetKeyframeWithSplineDemo() {
747747
val points = remember { mutableStateListOf<Offset>() }
748748
val offsetAnim = remember {
749-
androidx.compose.animation.core.Animatable(
749+
Animatable(
750750
Offset.Zero,
751751
Offset.VectorConverter
752752
)

0 commit comments

Comments
 (0)