Coil refrence url fixed

pull/525/head
Harshit Pandey 2 years ago
parent de5ceb40ea
commit c96ff9e3c8

@ -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