LottieAnimation must match parentSize

This commit is contained in:
2021-09-04 18:34:52 +02:00
parent 4ffcb10f78
commit bd05543827
@@ -52,7 +52,7 @@ fun FeaturedLottieFileView(
.width(170.dp), .width(170.dp),
content = { content = {
LottieAnimation( LottieAnimation(
modifier = Modifier.wrapContentSize(), modifier = Modifier.matchParentSize(),
composition = composition, composition = composition,
progress = progress, progress = progress,
) )