Skip to content

Commit

Permalink
Fix missing id in Epoxy model
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaturel committed Jan 4, 2023
1 parent f20513e commit 77d3b7d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class RoomActivePollsController @Inject constructor(
val host = this
data.forEach { poll ->
activePollItem {
id(poll.id)
formattedDate(host.dateFormatter.format(poll.creationTimestamp, DateFormatKind.EDIT_HISTORY_HEADER))
title(poll.title)
clickListener {
Expand Down

0 comments on commit 77d3b7d

Please sign in to comment.