mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
position home feed items at top of view
This commit is contained in:
parent
28c1628a97
commit
08b5aae9f4
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ fun HomeViewContent(
|
|||
|
||||
LazyColumn(
|
||||
state = listState,
|
||||
verticalArrangement = Arrangement.Center,
|
||||
verticalArrangement = Arrangement.Top,
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
modifier = modifier
|
||||
.background(MaterialTheme.colorScheme.background)
|
||||
|
|
|
|||
Loading…
Reference in a new issue