Skip to content

Commit

Permalink
Fix CollectionPage PullToRefreshBox cannot pull
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLeo-Z committed Feb 19, 2025
1 parent 82d3a23 commit eb74786
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ fun CollectionPage(
)
}
},
modifier = Modifier.fillMaxSize(),
enableAnimation = enableAnimation,
gridState = lazyGridState,
)
Expand Down

0 comments on commit eb74786

Please sign in to comment.