File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
feature/settings/src/main/kotlin/com/google/samples/apps/nowinandroid/feature/settings Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ import androidx.compose.material3.HorizontalDivider
40
40
import androidx.compose.material3.MaterialTheme
41
41
import androidx.compose.material3.RadioButton
42
42
import androidx.compose.material3.Text
43
- import androidx.compose.material3.TextButton
44
43
import androidx.compose.runtime.Composable
45
44
import androidx.compose.runtime.getValue
46
45
import androidx.compose.ui.Alignment
@@ -143,7 +142,7 @@ fun SettingsDialog(
143
142
confirmButton = {
144
143
NiaTextButton (
145
144
onClick = onDismiss,
146
- modifier = Modifier .padding(horizontal = 8 .dp)
145
+ modifier = Modifier .padding(horizontal = 8 .dp),
147
146
) {
148
147
Text (
149
148
text = stringResource(string.feature_settings_dismiss_dialog_button_text),
You can’t perform that action at this time.
0 commit comments