Skip to content

Commit

Permalink
Decrease number of headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 4, 2024
1 parent 062ce38 commit 4aca7dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class GridSpanHeaderFragment : Fragment(R.layout.screen_recyclerview) {
})

val list = mutableListOf<Int>()
val headers = 50
val headers = 25
repeat(headers) {
list.add(-1)
repeat(getSpanCount()) {
Expand Down

0 comments on commit 4aca7dc

Please sign in to comment.