mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 22:11:01 +00:00
fix: change download icon
This commit is contained in:
@@ -390,7 +390,7 @@ class EpisodeAdapter(
|
||||
binding.itemEpisodeDesc.visibility =
|
||||
if (desc != null && desc.trim(' ') != "") View.VISIBLE else View.GONE
|
||||
// Show download icon
|
||||
binding.itemDownload.setImageResource(R.drawable.ic_circle_add)
|
||||
binding.itemDownload.setImageResource(R.drawable.ic_download_24)
|
||||
binding.itemDownload.rotation = 0f
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user