Remove useless (?) Column.
This commit is contained in:
parent
dc6a65a8db
commit
35fbdff907
1 changed files with 48 additions and 53 deletions
|
|
@ -192,14 +192,10 @@ fun RoomListContent(
|
|||
)
|
||||
},
|
||||
content = { padding ->
|
||||
Column(
|
||||
LazyColumn(
|
||||
modifier = Modifier
|
||||
.padding(padding)
|
||||
.consumeWindowInsets(padding)
|
||||
) {
|
||||
LazyColumn(
|
||||
modifier = Modifier
|
||||
.weight(1f)
|
||||
.nestedScroll(nestedScrollConnection),
|
||||
state = lazyListState,
|
||||
) {
|
||||
|
|
@ -260,7 +256,6 @@ fun RoomListContent(
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
floatingActionButton = {
|
||||
FloatingActionButton(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue