Skip to content

Commit

Permalink
Disable twice shimmer on the image
Browse files Browse the repository at this point in the history
  • Loading branch information
GrakovNe committed Nov 6, 2024
1 parent f8702d1 commit 8539bee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fun AsyncShimmeringImage(
Box(
modifier = Modifier
.fillMaxSize()
.shimmer()
.background(Color.Gray)
)
}
Expand Down

0 comments on commit 8539bee

Please sign in to comment.