Fix typo
This commit is contained in:
parent
79eb5edc92
commit
dc0c9093be
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ private fun TimelineItemReactionsView(
|
||||||
onToggleExpandClick: () -> Unit,
|
onToggleExpandClick: () -> Unit,
|
||||||
modifier: Modifier = Modifier
|
modifier: Modifier = Modifier
|
||||||
) {
|
) {
|
||||||
// In LTR languages we want an incoming message's reactions to be LRT and outgoing to be RTL.
|
// In LTR languages we want an incoming message's reactions to be LTR and outgoing to be RTL.
|
||||||
// For RTL languages it should be the opposite.
|
// For RTL languages it should be the opposite.
|
||||||
val currentLayout = LocalLayoutDirection.current
|
val currentLayout = LocalLayoutDirection.current
|
||||||
val reactionsLayoutDirection = if (!isOutgoing) currentLayout
|
val reactionsLayoutDirection = if (!isOutgoing) currentLayout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue