mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 19:44:39 +02:00
Better content descriptors for UrlPreviewCard
This commit is contained in:
@@ -36,7 +36,7 @@ fun UrlPreviewCard(
|
|||||||
Column {
|
Column {
|
||||||
AsyncImage(
|
AsyncImage(
|
||||||
model = previewInfo.image,
|
model = previewInfo.image,
|
||||||
contentDescription = "Profile Image",
|
contentDescription = "Preview Card Image for ${url}",
|
||||||
contentScale = ContentScale.FillWidth,
|
contentScale = ContentScale.FillWidth,
|
||||||
modifier = Modifier.fillMaxWidth()
|
modifier = Modifier.fillMaxWidth()
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user