mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-08 20:08:06 +02:00
Fix from full height to full screen
This commit is contained in:
parent
bfbaabd7e8
commit
f11faa87b1
@ -93,7 +93,7 @@ fun CommunityScreen(note: AddressableNote, feedViewModel: NostrCommunityFeedView
|
||||
}
|
||||
}
|
||||
|
||||
Column(Modifier.fillMaxHeight()) {
|
||||
Column(Modifier.fillMaxSize()) {
|
||||
CommunityHeader(baseNote = note, showBottomDiviser = true, accountViewModel = accountViewModel, nav = nav)
|
||||
RefresheableFeedView(
|
||||
feedViewModel,
|
||||
|
Loading…
x
Reference in New Issue
Block a user