-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Calling it with:
image.load(it.imageUrls.small) {
crossfade(true)
blurPlaceHolder(it.blurHash, image, blurHash = blurHashHandler)
{ coilImageBuilder ->
coilImageBuilder.build()
}
}
blurHashHandler is initialized in the fragment like so:
val blurHashHandler = BlurHash(requireContext(), lruSize = 20, punch = 1F)
The images pop into view w/o showing the blurhash placeholder.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels