Fix: Disable auto-centering on ScalingLazyColumn
This commit is contained in:
@@ -49,6 +49,7 @@ fun CaseListScreen(
|
||||
ScalingLazyColumn(
|
||||
state = listState,
|
||||
contentPadding = contentPadding,
|
||||
autoCentering = null,
|
||||
modifier = Modifier.fillMaxSize(),
|
||||
) {
|
||||
items(cases, key = { it.caseId }) { case ->
|
||||
|
||||
Reference in New Issue
Block a user