This commit is contained in:
2024-08-17 17:40:21 +08:00
parent e8140579e0
commit 6137e1c3b5
18 changed files with 494 additions and 63 deletions

View File

@@ -30,7 +30,7 @@ fun RelPostCard(
image?.let {
CustomAsyncImage(
context,
image,
image.thumbnail,
contentDescription = null,
modifier = Modifier.size(100.dp),
contentScale = ContentScale.Crop