RTL: ensure the sender information are displayed at the start of the screen.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user