mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
static val
This commit is contained in:
parent
c7c76d1e67
commit
741100e1aa
1 changed files with 1 additions and 3 deletions
|
@ -27,7 +27,5 @@ data class TimelineItemFactoryParams(
|
|||
val lastSentEventIdWithoutReadReceipts: String? = null,
|
||||
val callback: TimelineEventController.Callback? = null
|
||||
) {
|
||||
|
||||
val isHighlighted: Boolean
|
||||
get() = highlightedEventId == event.eventId
|
||||
val isHighlighted = highlightedEventId == event.eventId
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue