diff --git a/app/src/main/java/org/schabi/newpipe/ui/components/video/comment/CommentSection.kt b/app/src/main/java/org/schabi/newpipe/ui/components/video/comment/CommentSection.kt index d3be40151..5e0fc0f0a 100644 --- a/app/src/main/java/org/schabi/newpipe/ui/components/video/comment/CommentSection.kt +++ b/app/src/main/java/org/schabi/newpipe/ui/components/video/comment/CommentSection.kt @@ -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"