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