Merge branch 'develop' of ssh://github.com/vector-im/element-x-android-poc into develop
This commit is contained in:
+2
-2
@@ -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)
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user