mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +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…
Add table
Reference in a new issue