Fix compilation error

This commit is contained in:
Benoit Marty 2022-12-12 17:37:43 +01:00
parent d8665b20c4
commit b1c5219d74
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")
}