mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-25 09:34:25 +00:00
Remove spacer to make button visible even when the keyboard is open
This commit is contained in:
parent
b1e4051b60
commit
eb300b2285
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ fun HomeserverContents() {
|
||||||
enabled = (LocalMatrix.current != null),
|
enabled = (LocalMatrix.current != null),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Spacer(modifier = Modifier.weight(1f))
|
|
||||||
Row(
|
Row(
|
||||||
modifier = Modifier.padding(start = 20.dp, end = 20.dp, top = 10.dp, bottom = 10.dp)
|
modifier = Modifier.padding(start = 20.dp, end = 20.dp, top = 10.dp, bottom = 10.dp)
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in a new issue