Skip to content

Commit 4ff5d17

Browse files
committed
Update Comment component to handle author click events
1 parent aab0970 commit 4ff5d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/java/org/schabi/newpipe/ui/components/video/comment/CommentSectionInstrumentedTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ private fun TestCommentSection(
335335
}
336336

337337
else -> items(comments.itemCount) { index ->
338-
Comment(comment = comments[index]!!) {}
338+
Comment(comment = comments[index]!!, onCommentAuthorOpened = {})
339339
}
340340
}
341341
}

0 commit comments

Comments
 (0)