RTL: ensure the sender information are displayed at the start of the screen.
This commit is contained in:
parent
5e6f5f4449
commit
9c2a08e269
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