Fix warning (there is a TODO)

This commit is contained in:
Benoit Marty
2023-07-20 16:15:44 +02:00
committed by Benoit Marty
parent 058f35c06a
commit f77349332e

View File

@@ -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
}