Skip to content

Commit c795214

Browse files
authored
Merge pull request #11112 from aryn-ydv/extend-playlist-description
Make playlist description clickable to show more / less content
2 parents 3e3d1fd + 8583c48 commit c795214

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/fragments/list/playlist/PlaylistFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ public void handleResult(@NonNull final PlaylistInfo result) {
352352
});
353353
ellipsizer.setContent(description);
354354
headerBinding.playlistDescriptionReadMore.setOnClickListener(v -> ellipsizer.toggle());
355+
headerBinding.playlistDescription.setOnClickListener(v -> ellipsizer.toggle());
355356
} else {
356357
headerBinding.playlistDescription.setVisibility(View.GONE);
357358
headerBinding.playlistDescriptionReadMore.setVisibility(View.GONE);

0 commit comments

Comments
 (0)