mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Not yet #187
This commit is contained in:
parent
09902566ad
commit
b4277faf90
@ -54,7 +54,7 @@ class CatalogueGridHolder(private val view: View, private val adapter: Catalogue
|
||||
.into(view.thumbnail)
|
||||
|
||||
} else {
|
||||
view.thumbnail.setImageResource(android.R.color.transparent)
|
||||
Glide.clear(view.thumbnail)
|
||||
}
|
||||
}
|
||||
}
|
@ -68,7 +68,7 @@ class LibraryHolder(private val view: View, adapter: LibraryCategoryAdapter, lis
|
||||
}
|
||||
}
|
||||
} else {
|
||||
view.thumbnail.setImageResource(android.R.color.transparent)
|
||||
Glide.clear(view.thumbnail)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user