mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-21 18:42:35 +01:00
Reduce preview count
This commit is contained in:
parent
941b8eb194
commit
4cac111b66
@ -144,7 +144,7 @@ private fun CommentRepliesPreview() {
|
||||
isPinned = true,
|
||||
isHeartedByUploader = true
|
||||
)
|
||||
val replies = (1..100).map {
|
||||
val replies = (1..10).map {
|
||||
CommentsInfoItem(
|
||||
commentText = Description("Reply $it", Description.PLAIN_TEXT),
|
||||
uploaderName = "Test"
|
||||
|
Loading…
Reference in New Issue
Block a user