RTL: ensure the sender information are displayed at the start of the screen.
This commit is contained in:
parent
e8eae1eb97
commit
98fbb04fae
1 changed files with 2 additions and 0 deletions
|
|
@ -301,6 +301,8 @@ private fun TimelineItemEventRowContent(
|
|||
Modifier
|
||||
.constrainAs(sender) {
|
||||
top.linkTo(parent.top)
|
||||
// Required for correct RTL layout
|
||||
start.linkTo(parent.start)
|
||||
}
|
||||
.padding(horizontal = 16.dp)
|
||||
.zIndex(1f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue