add content param when making call using a MediaPreloadedContent. Just in case

This commit is contained in:
David Kaspar
2025-05-13 09:43:23 +02:00
parent 095d054d62
commit a848ea6135
@@ -697,6 +697,7 @@ fun ShareImageAction(
hash = null,
mimeType = content.mimeType,
onDismiss = onDismiss,
content = content,
)
}
}