Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
Update core
  • Loading branch information
NicolasBourdin88 committed Jun 17, 2024
1 parent b0495f3 commit 10394fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/infomaniak/mail/MainApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ open class MainApplication : Application(), ImageLoaderFactory, DefaultLifecycle
return CoilUtils.newImageLoader(
applicationContext,
tokenInterceptorListener(),
customComponents = listOf(SvgDecoder.Factory())
customFactories = listOf(SvgDecoder.Factory())
)
}

Expand Down

0 comments on commit 10394fe

Please sign in to comment.