LottieAnimation must match parentSize
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ fun FeaturedLottieFileView(
|
||||
.width(170.dp),
|
||||
content = {
|
||||
LottieAnimation(
|
||||
modifier = Modifier.wrapContentSize(),
|
||||
modifier = Modifier.matchParentSize(),
|
||||
composition = composition,
|
||||
progress = progress,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user