1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-05 02:42:23 +00:00
This commit is contained in:
Aryan Yadav
2024-05-28 10:14:46 +05:30
committed by GitHub
parent 3e3d1fd265
commit 8583c48264

View File

@@ -352,6 +352,7 @@ public class PlaylistFragment extends BaseListInfoFragment<StreamInfoItem, Playl
});
ellipsizer.setContent(description);
headerBinding.playlistDescriptionReadMore.setOnClickListener(v -> ellipsizer.toggle());
headerBinding.playlistDescription.setOnClickListener(v -> ellipsizer.toggle());
} else {
headerBinding.playlistDescription.setVisibility(View.GONE);
headerBinding.playlistDescriptionReadMore.setVisibility(View.GONE);