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 4a8a435 commit 19ffb53Copy full SHA for 19ffb53
feature/foryou/src/main/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouScreen.kt
@@ -182,7 +182,7 @@ internal fun ForYouScreen(
182
onTopicClick = onTopicClick,
183
)
184
185
- item(span = { GridItemSpan(maxLineSpan) }, contentType = { "bottomSpacing" }) {
+ item(span = { GridItemSpan(maxLineSpan) }, contentType = "bottomSpacing") {
186
Column {
187
Spacer(modifier = Modifier.height(8.dp))
188
// Add space for the content to clear the "offline" snackbar.
0 commit comments