Removed suggestions

This commit is contained in:
h4h13 2019-04-15 08:14:48 +05:30
parent 43cb27ae5f
commit b46175e20b
28 changed files with 145 additions and 440 deletions

View file

@ -153,6 +153,6 @@ class ArtistImageLoader(private val context: Context, private val lastFMClient:
companion object {
// we need these very low values to make sure our artist image loading calls doesn't block the image loading queue
private const val TIMEOUT = 500
private const val TIMEOUT = 700
}
}