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 18956ac commit 93de3ccCopy full SHA for 93de3cc
composeApp/src/commonMain/kotlin/com/jetbrains/kmpapp/screens/list/ListScreen.kt
@@ -67,7 +67,6 @@ private fun ObjectGrid(
67
onObjectClick: (Int) -> Unit,
68
modifier: Modifier = Modifier,
69
) {
70
-
71
LazyVerticalGrid(
72
columns = GridCells.Adaptive(180.dp),
73
// TODO simplify padding after https://issuetracker.google.com/issues/365052672 is fixed
0 commit comments