mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Merge pull request #3980 from Bnyro/master
Hide playlist description text view if no desc available
This commit is contained in:
commit
212c33abea
@ -149,6 +149,8 @@ class PlaylistFragment : Fragment() {
|
||||
|
||||
binding.playlistInfo.text = getChannelAndVideoString(response, response.videos)
|
||||
binding.playlistDescription.text = response.description
|
||||
// hide playlist description text view if not provided
|
||||
binding.playlistDescription.isGone = response.description.orEmpty().isBlank()
|
||||
|
||||
binding.playlistDescription.let { textView ->
|
||||
textView.setOnClickListener {
|
||||
|
Loading…
x
Reference in New Issue
Block a user