This commit is contained in:
JarvanMo
2024-10-15 14:16:50 +08:00
committed by GitHub
parent 18b6db6c73
commit 718e2bde97

View File

@ -110,7 +110,7 @@ internal interface FluwxShareHandler : CoroutineScope {
}
}?:run {
WXImageObject().apply {
imagePath = call.argument<String?>("localImagePath")
imagePath = map["localImagePath"] asString
imgDataHash = imgHash
}
}