Skip to content

Commit

Permalink
Merge pull request #77 from cartland/main
Browse files Browse the repository at this point in the history
Fix window insets on ChatScreen with safeContentPadding()
  • Loading branch information
cartland committed Jun 14, 2024
2 parents a2e6278 + 5eb0b3b commit 4e4fa72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private fun ChatContent(
onSendClick = onSendClick,
onCameraClick = onCameraClick,
onPhotoPickerClick = onPhotoPickerClick,
contentPadding = PaddingValues(0.dp),
contentPadding = innerPadding.copy(layoutDirection, top = 0.dp),
sendEnabled = sendEnabled,
modifier = Modifier
.fillMaxWidth()
Expand Down

0 comments on commit 4e4fa72

Please sign in to comment.