fix: change download icon
This commit is contained in:
parent
eade3ce341
commit
462f82e3fb
22 changed files with 22 additions and 22 deletions
|
@ -166,7 +166,7 @@ class MangaChapterAdapter(
|
|||
}, 1000)
|
||||
} else {
|
||||
// Show download icon
|
||||
binding.itemDownload.setImageResource(R.drawable.ic_circle_add)
|
||||
binding.itemDownload.setImageResource(R.drawable.ic_download_24)
|
||||
binding.itemDownload.rotation = 0f
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue