ic_delete reset rotation

This commit is contained in:
Finnley Somdahl 2023-12-06 21:25:33 -06:00
parent f79bd9194a
commit aad3c3fed3

View file

@ -161,6 +161,7 @@ class MangaChapterAdapter(
//binding.itemDownload.setColorFilter(typedValue2.data) //TODO: colors go to wrong places //binding.itemDownload.setColorFilter(typedValue2.data) //TODO: colors go to wrong places
binding.itemDownload.postDelayed({ binding.itemDownload.postDelayed({
binding.itemDownload.setImageResource(R.drawable.ic_round_delete_24) binding.itemDownload.setImageResource(R.drawable.ic_round_delete_24)
binding.itemDownload.rotation = 0f
//binding.itemDownload.setColorFilter(typedValue2.data) //binding.itemDownload.setColorFilter(typedValue2.data)
}, 1000) }, 1000)
} else { } else {