Skip to content

Commit

Permalink
fix #645
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo authored Oct 15, 2024
1 parent 718e2bd commit bbe9479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ internal interface FluwxShareHandler : CoroutineScope {
}
}?:run {
WXImageObject().apply {
imagePath = map["localImagePath"] asString
imagePath = map["localImagePath"] as? String
imgDataHash = imgHash
}
}
Expand Down

0 comments on commit bbe9479

Please sign in to comment.