Skip to content

Commit 9c1ec17

Browse files
committed
fix: modifier to Modifier
1 parent 9fb3804 commit 9c1ec17

File tree

1 file changed

+1
-1
lines changed
  • core/designsystem/src/main/java/com/google/samples/apps/nowinandroid/core/designsystem/component

1 file changed

+1
-1
lines changed

core/designsystem/src/main/java/com/google/samples/apps/nowinandroid/core/designsystem/component/DynamicAsyncImage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fun DynamicAsyncImage(
5757
modifier = modifier,
5858
loading = {
5959
Box(
60-
modifier = modifier,
60+
modifier = Modifier,
6161
contentAlignment = Alignment.Center,
6262
) {
6363
CircularProgressIndicator(

0 commit comments

Comments
 (0)