mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-26 12:04:51 +00:00
Reduce preview count
This commit is contained in:
@@ -144,7 +144,7 @@ private fun CommentRepliesPreview() {
|
|||||||
isPinned = true,
|
isPinned = true,
|
||||||
isHeartedByUploader = true
|
isHeartedByUploader = true
|
||||||
)
|
)
|
||||||
val replies = (1..100).map {
|
val replies = (1..10).map {
|
||||||
CommentsInfoItem(
|
CommentsInfoItem(
|
||||||
commentText = Description("Reply $it", Description.PLAIN_TEXT),
|
commentText = Description("Reply $it", Description.PLAIN_TEXT),
|
||||||
uploaderName = "Test"
|
uploaderName = "Test"
|
||||||
|
|||||||
Reference in New Issue
Block a user