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

@ -380,6 +380,7 @@ class EpisodeAdapter(
binding.itemDownloadStatus.visibility = View.GONE
// Show download icon
binding.itemDownload.setImageResource(R.drawable.ic_circle_add)
binding.itemDownload.rotation = 0f
}
}