Browse Source

Fix compilation issue after merge from GH...

pull/1897/head
Benoit Marty 10 months ago
parent
commit
e4e10cc253
  1. 2
      features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRowWithReplyPreview.kt

2
features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemEventRowWithReplyPreview.kt

@ -131,7 +131,7 @@ class InReplyToDetailsProvider : PreviewParameterProvider<InReplyToDetails> { @@ -131,7 +131,7 @@ class InReplyToDetailsProvider : PreviewParameterProvider<InReplyToDetails> {
maxSelections = 1u,
answers = persistentListOf(),
votes = persistentMapOf(),
endTime = null
endTime = null,
isEdited = false,
),
).map {

Loading…
Cancel
Save