fixes #11093
This commit is contained in:
parent
8c5d4e946c
commit
621b6cbcce
1 changed files with 1 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ public class PlaylistFragment extends BaseListInfoFragment<StreamInfoItem, Playl
|
||||||
});
|
});
|
||||||
ellipsizer.setContent(description);
|
ellipsizer.setContent(description);
|
||||||
headerBinding.playlistDescriptionReadMore.setOnClickListener(v -> ellipsizer.toggle());
|
headerBinding.playlistDescriptionReadMore.setOnClickListener(v -> ellipsizer.toggle());
|
||||||
|
headerBinding.playlistDescription.setOnClickListener(v -> ellipsizer.toggle());
|
||||||
} else {
|
} else {
|
||||||
headerBinding.playlistDescription.setVisibility(View.GONE);
|
headerBinding.playlistDescription.setVisibility(View.GONE);
|
||||||
headerBinding.playlistDescriptionReadMore.setVisibility(View.GONE);
|
headerBinding.playlistDescriptionReadMore.setVisibility(View.GONE);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue