|
|
@ -394,7 +394,6 @@ fun TopicIcon(
|
|
|
|
modifier: Modifier = Modifier,
|
|
|
|
modifier: Modifier = Modifier,
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
DynamicAsyncImage(
|
|
|
|
DynamicAsyncImage(
|
|
|
|
// TODO b/228077205, show loading image visual instead of static placeholder
|
|
|
|
|
|
|
|
placeholder = painterResource(R.drawable.ic_icon_placeholder),
|
|
|
|
placeholder = painterResource(R.drawable.ic_icon_placeholder),
|
|
|
|
imageUrl = imageUrl,
|
|
|
|
imageUrl = imageUrl,
|
|
|
|
contentDescription = null, // decorative
|
|
|
|
contentDescription = null, // decorative
|
|
|
|