Skip to content

Commit

Permalink
Update src/main/java/com/infomaniak/lib/core/utils/CoilUtils.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Boulongne <[email protected]>
  • Loading branch information
NicolasBourdin88 and KevinBoulongne committed Jun 17, 2024
1 parent bc488c7 commit fa2b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/infomaniak/lib/core/utils/CoilUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object CoilUtils {
return ImageLoader.Builder(context)
.crossfade(true)
.components {
customFactories.forEach { add(it) }
customFactories.forEach(::add)
}
.okHttpClient {
OkHttpClient.Builder().apply {
Expand Down

0 comments on commit fa2b2bc

Please sign in to comment.