Fix compilation error

This commit is contained in:
Benoit Marty 2022-12-12 17:37:43 +01:00
parent 42075176a1
commit d00d934aa0
4 changed files with 6 additions and 4 deletions

View file

@ -56,5 +56,5 @@ fun ProgressDialog(
@Composable
@Preview
fun ProgressDialogPreview() {
ProgressDialog("test dialog content")
ProgressDialog(text = "test dialog content")
}