diff --git a/watch/wearos/app/src/main/java/com/doctate/watch/presentation/CaseListScreen.kt b/watch/wearos/app/src/main/java/com/doctate/watch/presentation/CaseListScreen.kt index 0b1f09c..439d2e5 100644 --- a/watch/wearos/app/src/main/java/com/doctate/watch/presentation/CaseListScreen.kt +++ b/watch/wearos/app/src/main/java/com/doctate/watch/presentation/CaseListScreen.kt @@ -49,6 +49,7 @@ fun CaseListScreen( ScalingLazyColumn( state = listState, contentPadding = contentPadding, + autoCentering = null, modifier = Modifier.fillMaxSize(), ) { items(cases, key = { it.caseId }) { case ->