Browse Source

Fix warning (there is a TODO)

pull/935/head
Benoit Marty 1 year ago committed by Benoit Marty
parent
commit
e23222591b
  1. 1
      features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt

1
features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt

@ -94,6 +94,7 @@ fun TimelineView( @@ -94,6 +94,7 @@ fun TimelineView(
val lazyListState = rememberLazyListState()
@Suppress("UNUSED_PARAMETER")
fun inReplyToClicked(eventId: EventId) {
// TODO implement this logic once we have support to 'jump to event X' in sliding sync
}

Loading…
Cancel
Save