Build fixes

This commit is contained in:
Jobobby04
2023-12-23 23:22:43 -05:00
parent 927c94041e
commit 03407a784f
3 changed files with 8 additions and 5 deletions
@@ -92,7 +92,7 @@ fun FeedScreen(
refreshing = true
onRefresh()
},
enabled = !state.isLoadingItems,
enabled = { !state.isLoadingItems },
) {
ScrollbarLazyColumn(
contentPadding = contentPadding + topSmallPaddingValues,