Don't use lambda contentType for a single item

Change-Id: I0588c031428d523707463c5f0f0b6c586ea5e2c3
pull/799/head
Tomáš Mlynarič 1 year ago
parent 4a8a43551a
commit 19ffb53150

@ -182,7 +182,7 @@ internal fun ForYouScreen(
onTopicClick = onTopicClick,
)
item(span = { GridItemSpan(maxLineSpan) }, contentType = { "bottomSpacing" }) {
item(span = { GridItemSpan(maxLineSpan) }, contentType = "bottomSpacing") {
Column {
Spacer(modifier = Modifier.height(8.dp))
// Add space for the content to clear the "offline" snackbar.

Loading…
Cancel
Save