Skip to content

Commit

Permalink
Fix the scaling of small thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
ymcx committed Aug 8, 2024
1 parent 05df6c7 commit 9463fc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fun FeedItemCard(
)
.scale(Scale.FIT)
.size(pixels)
.precision(Precision.INEXACT)
.precision(Precision.EXACT)
.build(),
placeholder = rememberTintedVectorPainter(Icons.Outlined.Terrain),
error = rememberTintedVectorPainter(Icons.Outlined.ErrorOutline),
Expand Down

0 comments on commit 9463fc3

Please sign in to comment.