Skip to content

Commit

Permalink
restore shimmer
Browse files Browse the repository at this point in the history
  • Loading branch information
GrakovNe committed Nov 17, 2024
1 parent 5aab051 commit 3efd69e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import androidx.compose.ui.layout.ContentScale
import coil.ImageLoader
import coil.compose.AsyncImage
import coil.request.ImageRequest
import com.valentinilk.shimmer.shimmer

@Composable
fun AsyncShimmeringImage(
Expand All @@ -37,6 +38,7 @@ fun AsyncShimmeringImage(
modifier = Modifier
.fillMaxSize()
.background(Color.Gray)
.shimmer()
)
}

Expand Down

0 comments on commit 3efd69e

Please sign in to comment.