add content param when making call using a MediaPreloadedContent. Just in case
This commit is contained in:
@@ -697,6 +697,7 @@ fun ShareImageAction(
|
|||||||
hash = null,
|
hash = null,
|
||||||
mimeType = content.mimeType,
|
mimeType = content.mimeType,
|
||||||
onDismiss = onDismiss,
|
onDismiss = onDismiss,
|
||||||
|
content = content,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user