Make preview private in OpenDeviceSettingsDialog
This commit is contained in:
parent
338a6ab61c
commit
9ba6a5665b
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ fun OpenDeviceSettingsAlertDialog(
|
|||
|
||||
@Composable
|
||||
@MyDevices
|
||||
fun OpenDeviceSettingsAlertDialogPreview() {
|
||||
private fun OpenDeviceSettingsAlertDialogPreview() {
|
||||
AppThemeSurface {
|
||||
OpenDeviceSettingsAlertDialog(
|
||||
alertDialogState = rememberAlertDialogState(),
|
||||
|
|
Loading…
Reference in a new issue