Skip to content

Commit

Permalink
Merge pull request #11112 from aryn-ydv/extend-playlist-description
Browse files Browse the repository at this point in the history
Make playlist description clickable to show more / less content
  • Loading branch information
TobiGr authored Jun 17, 2024
2 parents 3e3d1fd + 8583c48 commit c795214
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ public void handleResult(@NonNull final PlaylistInfo result) {
});
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);
Expand Down

0 comments on commit c795214

Please sign in to comment.