Skip to content

Commit f1a2993

Browse files
committed
feat: remove add placeholder todo
1 parent 427d65e commit f1a2993

File tree

1 file changed

+0
-1
lines changed
  • feature/foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou

1 file changed

+0
-1
lines changed

feature/foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ fun TopicIcon(
394394
modifier: Modifier = Modifier,
395395
) {
396396
DynamicAsyncImage(
397-
// TODO b/228077205, show loading image visual instead of static placeholder
398397
placeholder = painterResource(R.drawable.ic_icon_placeholder),
399398
imageUrl = imageUrl,
400399
contentDescription = null, // decorative

0 commit comments

Comments
 (0)