Merge branch 'develop' of ssh://github.com/vector-im/element-x-android-poc into develop
This commit is contained in:
commit
3d25464bdc
3 changed files with 23 additions and 9 deletions
|
|
@ -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)
|
||||
}
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue