mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Merge pull request #3876 from Bnyro/master
Limit maximum video info length for video of a channel to two lines
This commit is contained in:
commit
a0026de2d1
@ -170,6 +170,8 @@ class VideosAdapter(
|
|||||||
channelContainer.setOnClickListener {
|
channelContainer.setOnClickListener {
|
||||||
NavigationHelper.navigateChannel(root.context, video.uploaderUrl)
|
NavigationHelper.navigateChannel(root.context, video.uploaderUrl)
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
videoInfo.maxLines = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
root.setOnClickListener {
|
root.setOnClickListener {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user