static val
This commit is contained in:
parent
c7c76d1e67
commit
741100e1aa
@ -27,7 +27,5 @@ data class TimelineItemFactoryParams(
|
|||||||
val lastSentEventIdWithoutReadReceipts: String? = null,
|
val lastSentEventIdWithoutReadReceipts: String? = null,
|
||||||
val callback: TimelineEventController.Callback? = null
|
val callback: TimelineEventController.Callback? = null
|
||||||
) {
|
) {
|
||||||
|
val isHighlighted = highlightedEventId == event.eventId
|
||||||
val isHighlighted: Boolean
|
|
||||||
get() = highlightedEventId == event.eventId
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user