Shikimori manga tracking selection list

This commit is contained in:
Koitharu
2022-05-09 12:57:38 +03:00
parent 7f3c46942d
commit f61497ffd9
24 changed files with 398 additions and 53 deletions

View File

@@ -11,7 +11,7 @@ import com.google.android.material.progressindicator.BaseProgressIndicator
import org.koitharu.kotatsu.core.network.CommonHeaders
import org.koitharu.kotatsu.utils.progress.ImageRequestIndicatorListener
fun ImageView.newImageRequest(url: String) = ImageRequest.Builder(context)
fun ImageView.newImageRequest(url: String?) = ImageRequest.Builder(context)
.data(url)
.crossfade(true)
.target(this)