Merge pull request #525 from hp902/patch/fix

Coil reference url fixed
pull/537/head
Don Turner 2 years ago committed by GitHub
commit 0365658935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ class NiaApplication : Application(), ImageLoaderFactory {
* format. During Coil's initialization it will call `applicationContext.newImageLoader()` to * format. During Coil's initialization it will call `applicationContext.newImageLoader()` to
* obtain an ImageLoader. * obtain an ImageLoader.
* *
* @see https://github.com/coil-kt/coil/blob/main/coil-singleton/src/main/java/coil/Coil.kt#L63 * @see <a href="https://github.com/coil-kt/coil/blob/main/coil-singleton/src/main/java/coil/Coil.kt">Coil</a>
*/ */
override fun newImageLoader(): ImageLoader { override fun newImageLoader(): ImageLoader {
return ImageLoader.Builder(this) return ImageLoader.Builder(this)

Loading…
Cancel
Save