Remove useless return
This commit is contained in:
parent
5c10827fce
commit
76e8e8ffae
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ private fun TimelineItemReactionsView(
|
|||
else -> LayoutDirection.Ltr
|
||||
}
|
||||
|
||||
return CompositionLocalProvider(LocalLayoutDirection provides reactionsLayoutDirection) {
|
||||
CompositionLocalProvider(LocalLayoutDirection provides reactionsLayoutDirection) {
|
||||
TimelineItemReactionsLayout(
|
||||
modifier = modifier,
|
||||
itemSpacing = 4.dp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue