We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe9ade commit 09fbd2fCopy full SHA for 09fbd2f
1 file changed
app/src/main/java/be/scri/helpers/AutoGridLayoutManager.kt
@@ -16,7 +16,7 @@ class AutoGridLayoutManager(
16
context: Context,
17
private val itemWidth: Int,
18
) : GridLayoutManager(context, 1) {
19
- // Recalculates the span count based on available width before laying out children.
+ // Recalculates the span count based on width before laying out children.
20
override fun onLayoutChildren(
21
recycler: RecyclerView.Recycler?,
22
state: RecyclerView.State?,
0 commit comments