提交 1227a49b authored 作者: JarvanMo's avatar JarvanMo

fix #645

上级 bbe94795
...@@ -344,7 +344,7 @@ class WeChatImageToShare with _Argument { ...@@ -344,7 +344,7 @@ class WeChatImageToShare with _Argument {
} }
if (Platform.isAndroid) { if (Platform.isAndroid) {
assert(uint8List == null && localImagePath == null); assert(uint8List != null || localImagePath != null);
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论