mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	fixes #11093
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aryan Yadav
					Aryan Yadav