Skip to content

Commit

Permalink
Modification
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezaeiii committed Dec 25, 2024
1 parent 9a07b17 commit c25dac3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ private fun <T : TMDbItem> LazyTMDbItemGrid(lazyTMDbItems: LazyPagingItems<T>, o
)
}

fun LazyGridScope.gridItemWithSpan(
content: @Composable () -> Unit,
) {
fun LazyGridScope.gridItemWithSpan(content: @Composable () -> Unit) {
item(span = { GridItemSpan(maxLineSpan) }) {
content()
}
Expand Down

0 comments on commit c25dac3

Please sign in to comment.