mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 05:17:03 +05:30
fix(common): set key for comment entries
This commit is contained in:
parent
8735f7f8e8
commit
847858d852
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ private fun LazyListScope.node(
|
||||||
if (!node.isExpanded && node.parent?.isExpanded == false) {
|
if (!node.isExpanded && node.parent?.isExpanded == false) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
item {
|
item(key = node.comment.shortId) {
|
||||||
CommentEntry(
|
CommentEntry(
|
||||||
commentNode = node,
|
commentNode = node,
|
||||||
htmlConverter = htmlConverter,
|
htmlConverter = htmlConverter,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue