Fix compilation error
This commit is contained in:
parent
42075176a1
commit
d00d934aa0
4 changed files with 6 additions and 4 deletions
|
|
@ -56,5 +56,5 @@ fun ProgressDialog(
|
|||
@Composable
|
||||
@Preview
|
||||
fun ProgressDialogPreview() {
|
||||
ProgressDialog("test dialog content")
|
||||
ProgressDialog(text = "test dialog content")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue