Fix: Disable auto-centering on ScalingLazyColumn

This commit is contained in:
2026-04-24 12:24:42 +02:00
parent 46880e1b06
commit 3b2b62865c
@@ -49,6 +49,7 @@ fun CaseListScreen(
ScalingLazyColumn(
state = listState,
contentPadding = contentPadding,
autoCentering = null,
modifier = Modifier.fillMaxSize(),
) {
items(cases, key = { it.caseId }) { case ->