mirror of
https://github.com/OpenFlutter/fluwx.git
synced 2025-05-17 15:25:59 +08:00
fix #645
This commit is contained in:
@ -110,7 +110,7 @@ internal interface FluwxShareHandler : CoroutineScope {
|
||||
}
|
||||
}?:run {
|
||||
WXImageObject().apply {
|
||||
imagePath = call.argument<String?>("localImagePath")
|
||||
imagePath = map["localImagePath"] as?String
|
||||
imgDataHash = imgHash
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user