Skip to content
Snippets Groups Projects
Commit afb82a52 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Audio: clear marquee task on recycle

parent b62cb1f1
No related branches found
No related tags found
1 merge request!451Adapters: cancel async events on rebind
......@@ -256,6 +256,7 @@ class AudioBrowserAdapter @JvmOverloads constructor(
}
override fun recycle() {
handler.removeCallbacksAndMessages(null)
binding.cover = if (cardSize == SHOW_IN_LIST && defaultCover != null) defaultCover else null
binding.mediaCover.resetFade()
binding.title.isSelected = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment