Skip to content

Commit 09fbd2f

Browse files
committed
edit comment
1 parent 2fe9ade commit 09fbd2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/be/scri/helpers/AutoGridLayoutManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AutoGridLayoutManager(
1616
context: Context,
1717
private val itemWidth: Int,
1818
) : GridLayoutManager(context, 1) {
19-
// Recalculates the span count based on available width before laying out children.
19+
// Recalculates the span count based on width before laying out children.
2020
override fun onLayoutChildren(
2121
recycler: RecyclerView.Recycler?,
2222
state: RecyclerView.State?,

0 commit comments

Comments
 (0)