We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3073372 commit 51cccf1Copy full SHA for 51cccf1
AdaptiveUiCodelab/app/src/main/java/com/example/reply/ui/ReplyListContent.kt
@@ -89,9 +89,14 @@ fun ReplyDetailPane(
89
email: Email,
90
modifier: Modifier = Modifier
91
) {
92
+
93
+ val layoutDirection = LocalLayoutDirection.current
94
95
LazyColumn(
96
modifier = modifier.fillMaxWidth(),
97
contentPadding = WindowInsets.safeDrawing.asPaddingValues()
98
+ .copy(layoutDirection = layoutDirection, bottom = 0.dp)
99
100
101
item {
102
ReplyEmailThreadItem(email)
0 commit comments