Expand group when clicking on grouped read receipt.
This commit is contained in:
parent
4c016a9f3d
commit
18bbc8ca24
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@ private fun TimelineItemGroupedEventsRowContent(
|
||||||
receipts = timelineItem.aggregatedReadReceipts,
|
receipts = timelineItem.aggregatedReadReceipts,
|
||||||
),
|
),
|
||||||
showReadReceipts = true,
|
showReadReceipts = true,
|
||||||
onReadReceiptsClicked = { /* No op for group event */ })
|
onReadReceiptsClicked = onExpandGroupClick
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue