1
Fork 0
mirror of https://github.com/Steffo99/twom.git synced 2024-10-16 14:37:33 +00:00

Remove spacer to make button visible even when the keyboard is open

This commit is contained in:
Steffo 2023-11-18 05:24:31 +01:00
parent b1e4051b60
commit eb300b2285
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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)
) {