Ensure the latest version of timelineItem is used. (other methods have been removed in #771)
This commit is contained in:
parent
9fb8900a5e
commit
336564d8b5
1 changed files with 1 additions and 5 deletions
|
|
@ -170,10 +170,6 @@ fun TimelineItemRow(
|
|||
onClick(timelineItem)
|
||||
}
|
||||
|
||||
fun onSwipeToReply() {
|
||||
onSwipeToReply(timelineItem)
|
||||
}
|
||||
|
||||
fun onLongClick() {
|
||||
onLongClick(timelineItem)
|
||||
}
|
||||
|
|
@ -197,7 +193,7 @@ fun TimelineItemRow(
|
|||
inReplyToClick = inReplyToClick,
|
||||
onReactionClick = onReactionClick,
|
||||
onTimestampClicked = onTimestampClicked,
|
||||
onSwipeToReply = ::onSwipeToReply,
|
||||
onSwipeToReply = { onSwipeToReply(timelineItem) },
|
||||
modifier = modifier,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue