Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
JolandaVerhoef committed Nov 20, 2023
1 parent 1236df2 commit c44ffe7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ private fun ArticleScreenContent(
contentPadding = innerPadding,
modifier = Modifier
.nestedScroll(scrollBehavior.nestedScrollConnection),
// innerPadding takes into account the top and bottom bar
// .padding(innerPadding)
state = lazyListState,
)
}
Expand Down

0 comments on commit c44ffe7

Please sign in to comment.