diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt index d7820e707b..d7c259eba2 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelineView.kt @@ -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 }