Theme: try to play with insets

This commit is contained in:
ganfra 2022-11-23 18:56:01 +01:00
parent cddd039156
commit 5c5efdc911
4 changed files with 10 additions and 0 deletions

View file

@ -199,6 +199,7 @@ fun MessagesContent(
composerText = composerText?.charSequence?.toString(),
modifier = Modifier
.fillMaxWidth()
.imePadding()
.let {
if (composerFullScreen) {
it.weight(1f)