Skip to content

Commit 4cac111

Browse files
Reduce preview count
1 parent 941b8eb commit 4cac111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/ui/components/video/comment/CommentSection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private fun CommentRepliesPreview() {
144144
isPinned = true,
145145
isHeartedByUploader = true
146146
)
147-
val replies = (1..100).map {
147+
val replies = (1..10).map {
148148
CommentsInfoItem(
149149
commentText = Description("Reply $it", Description.PLAIN_TEXT),
150150
uploaderName = "Test"

0 commit comments

Comments
 (0)