Don't eat the first app shortcut

Close #906
This commit is contained in:
MM20
2024-07-03 22:37:01 +02:00
parent 66dea3a05f
commit e66c9a6ef4
@@ -305,6 +305,7 @@ fun AppItem(
}.collectAsState(null)
if (i > 0) {
HorizontalDivider()
}
Row(
verticalAlignment = Alignment.CenterVertically,
modifier = Modifier
@@ -344,7 +345,7 @@ fun AppItem(
)
}
}
}
}
}
}