mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Format code
This commit is contained in:
parent
c24944b1f2
commit
84b3f63279
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ class TimelineEventController @Inject constructor(private val dateFormatter: Vec
|
|||
eventsGroup = timelineEventsGroup,
|
||||
reactionsSummaryEvents = ReactionsSummaryEvents(
|
||||
onAddMoreClicked = { reactionListFactory.onAddMoreClicked(callback, event) },
|
||||
onShowLessClicked = { reactionListFactory.onShowLessClicked(event.eventId) },
|
||||
onShowLessClicked = { reactionListFactory.onShowLessClicked(event.eventId) },
|
||||
onShowMoreClicked = { reactionListFactory.onShowMoreClicked(event.eventId) }
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue