We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d128baa commit c8ec40dCopy full SHA for c8ec40d
README.md
@@ -14,7 +14,7 @@ Just add to image loader heif decoder factory and use it as image loader in coil
14
```kotlin
15
val imageLoader = ImageLoader.Builder(context)
16
.components {
17
- add(HeifDecoder.Factory())
+ add(HeifDecoder.Factory(context))
18
}
19
.build()
20
```
0 commit comments