mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Fix missing id in Epoxy model
This commit is contained in:
parent
f20513eb16
commit
77d3b7da04
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user