Make preview private in OpenDeviceSettingsDialog

This commit is contained in:
Ensar Sarajčić 2023-10-10 10:34:19 +02:00
parent 338a6ab61c
commit 9ba6a5665b

View file

@ -78,7 +78,7 @@ fun OpenDeviceSettingsAlertDialog(
@Composable
@MyDevices
fun OpenDeviceSettingsAlertDialogPreview() {
private fun OpenDeviceSettingsAlertDialogPreview() {
AppThemeSurface {
OpenDeviceSettingsAlertDialog(
alertDialogState = rememberAlertDialogState(),