alert dialog cancel button

This commit is contained in:
rebelonion 2024-01-21 00:26:22 -06:00
parent 5d8cf8a605
commit 8e93f66ba8
3 changed files with 10 additions and 3 deletions

View file

@ -167,6 +167,7 @@ class MangaChapterAdapter(
} else {
// Show download icon
binding.itemDownload.setImageResource(R.drawable.ic_circle_add)
binding.itemDownload.rotation = 0f
}
}