提交 103b28f5 authored 作者: JarvanMo's avatar JarvanMo

thumbnail can be null when sharing webpage

上级 8de0d042
...@@ -271,7 +271,6 @@ class WeChatShareWebPageModel implements WeChatShareBaseModel { ...@@ -271,7 +271,6 @@ class WeChatShareWebPageModel implements WeChatShareBaseModel {
this.messageAction, this.messageAction,
this.messageExt}) this.messageExt})
: assert(webPage != null && webPage.isNotEmpty), : assert(webPage != null && webPage.isNotEmpty),
assert(thumbnail != null),
assert(scene != null), assert(scene != null),
this.description = description ?? webPage; this.description = description ?? webPage;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论