ic_delete reset rotation
This commit is contained in:
parent
f79bd9194a
commit
aad3c3fed3
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue