mirror of
https://github.com/Steffo99/twom.git
synced 2024-11-21 23:54:26 +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),
|
||||
)
|
||||
}
|
||||
Spacer(modifier = Modifier.weight(1f))
|
||||
Row(
|
||||
modifier = Modifier.padding(start = 20.dp, end = 20.dp, top = 10.dp, bottom = 10.dp)
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue