Fix warning (there is a TODO)
This commit is contained in:
parent
e67c7f32c3
commit
e23222591b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue