Skip to content

Commit

Permalink
Fix items overflowing out of the ComposeRecyclerView in Column/Row (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniEmerald authored Jan 17, 2024
1 parent 3122e06 commit a841912
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ fun ComposeRecyclerView(
val composeRecyclerView = remember {
RecyclerView(context).apply {
this.layoutManager = layoutManager
this.clipToOutline = true
addOnScrollListener(object : InfiniteScrollListener() {
override fun onScrollEnd() {
onScrollEnd()
Expand Down

0 comments on commit a841912

Please sign in to comment.