image: remove unused null cover branch
This commit is contained in:
parent
88f43a7906
commit
63193809b0
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ constructor(context: Context, attrs: AttributeSet? = null, @AttrRes defStyleAttr
|
|||
*/
|
||||
fun bind(playlist: Playlist) =
|
||||
bindImpl(
|
||||
playlist.cover ?: Cover.nil(),
|
||||
playlist.cover,
|
||||
context.getString(R.string.desc_playlist_image, playlist.name),
|
||||
R.drawable.ic_playlist_24)
|
||||
|
||||
|
|
Loading…
Reference in a new issue