static val

This commit is contained in:
Benoit Marty 2021-03-31 17:49:04 +02:00
parent c7c76d1e67
commit 741100e1aa
1 changed files with 1 additions and 3 deletions

View File

@ -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
}