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:
Bnyro 2023-06-01 18:07:09 +02:00 committed by GitHub
commit a0026de2d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,6 +170,8 @@ class VideosAdapter(
channelContainer.setOnClickListener {
NavigationHelper.navigateChannel(root.context, video.uploaderUrl)
}
} else {
videoInfo.maxLines = 2
}
root.setOnClickListener {