IMPORTANT: The file content has been truncated. Status: Showing lines 110-135 of 281 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: 136. --- FILE CONTENT (truncated) --- } Scaffold( snackbarHost = { SnackbarHost(snackbarHostState) }, topBar = { TopAppBar( title = { Text( text = stringResource(R.string.report_bug_title), modifier = Modifier.testTag(TestTags.SCREEN_TITLE), ) }, navigationIcon = { IconButton(onClick = { backStack.removeLastOrNull() }, enabled = !state.isSubmitting) { Icon( Icons.AutoMirrored.Outlined.ArrowBack, contentDescription = stringResource(R.string.action_back), ) } }, actions = { if (state.isSubmitting) { CircularProgressIndicator( modifier = Modifier.size(24.dp).padding(end = 16.dp).testTag(TestTags.REPORT_BUG_LOADING), strokeWidth = 2.dp, )