We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3d1fd commit 8583c48Copy full SHA for 8583c48
1 file changed
app/src/main/java/org/schabi/newpipe/fragments/list/playlist/PlaylistFragment.java
@@ -352,6 +352,7 @@ public void handleResult(@NonNull final PlaylistInfo result) {
352
});
353
ellipsizer.setContent(description);
354
headerBinding.playlistDescriptionReadMore.setOnClickListener(v -> ellipsizer.toggle());
355
+ headerBinding.playlistDescription.setOnClickListener(v -> ellipsizer.toggle());
356
} else {
357
headerBinding.playlistDescription.setVisibility(View.GONE);
358
headerBinding.playlistDescriptionReadMore.setVisibility(View.GONE);
0 commit comments