mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 16:30:31 +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 {
|
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