Expand group when clicking on grouped read receipt.

This commit is contained in:
Benoit Marty 2023-11-30 11:00:17 +01:00
parent 4c016a9f3d
commit 18bbc8ca24

View file

@ -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
)
} }
} }
} }