IMPORTANT: The file content has been truncated. Status: Showing lines 130-160 of 271 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: 161. --- FILE CONTENT (truncated) --- TextButton(onClick = { viewModel.onEvent(CategoriesEvent.LabelChanged("")) showAddDialog = false }) { Text(stringResource(R.string.action_cancel)) } }, ) } PaywallScaffold( showPaywallSheet = false, isPremiumPending = false, onDismissPaywallSheet = {}, snackbarHostState = snackbarHostState, topBar = { TopAppBar( title = { Text(stringResource(R.string.categories_title), modifier = Modifier.testTag(TestTags.SCREEN_TITLE)) }, navigationIcon = { IconButton(onClick = { backStack.removeLastOrNull() }) { Icon(Icons.AutoMirrored.Outlined.ArrowBack, contentDescription = stringResource(R.string.action_back)) } }, colors = appTopAppBarColors(), ) }, ) { padding -> LazyColumn( modifier = Modifier .fillMaxSize() .padding(padding), ) {