From f77349332e6caefdb5decbe4bac264fc1952b209 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 20 Jul 2023 16:15:44 +0200 Subject: [PATCH] Fix warning (there is a TODO) --- .../android/features/messages/impl/timeline/TimelineView.kt | 1 + 1 file changed, 1 insertion(+) 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 }