IMPORTANT: The file content has been truncated. Status: Showing lines 290-310 of 369 total lines. Action: To read more of the file, you can use the 'start_line' and 'end_line' parameters in a subsequent 'read_file' call. For example, to read the next section of the file, use start_line: 311. --- FILE CONTENT (truncated) --- Button(onClick = onChooseFolder) { Text(stringResource(R.string.setup_choose_folder)) } } } @Composable internal fun SetupStepSentry( enabled: Boolean, onEnabledChange: (Boolean) -> Unit, onComplete: () -> Unit, ) { Column( modifier = Modifier .fillMaxSize() .padding(24.dp), horizontalAlignment = Alignment.CenterHorizontally, ) { Spacer(Modifier.height(32.dp)) Icon(