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

Clear cards cover on recycle

(cherry picked from commit 13d62e01)
parent 1c1d5f6a
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ class AudioBrowserAdapter @JvmOverloads constructor(
}
override fun recycle() {
if (defaultCover != null) binding.cover = defaultCover
binding.cover = if (cardSize == SHOW_IN_LIST && defaultCover != null) defaultCover else null
binding.title.text = ""
binding.subtitle.text = ""
}
......
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