Merge branch 'develop' of ssh://github.com/vector-im/element-x-android-poc into develop

This commit is contained in:
ganfra 2022-12-02 16:09:59 +01:00
commit 3d25464bdc
3 changed files with 23 additions and 9 deletions

View file

@ -240,9 +240,9 @@ fun MessagesContent(
.fillMaxWidth()
.let {
if (composerFullScreen) {
it.weight(1f)
it.weight(1f, fill = false)
} else {
it.height(COMPOSER_HEIGHT)
it.wrapContentHeight(Alignment.Bottom)
}
},
)