Commit d1f5b37f authored by wind.wang's avatar wind.wang

set ios showPoster

parent 0ebeea3b
...@@ -191,6 +191,10 @@ ...@@ -191,6 +191,10 @@
if ([param.allKeys containsObject:@"useContentTitle"]) { if ([param.allKeys containsObject:@"useContentTitle"]) {
[shareParam setUseContentTitle:param[@"useContentTitle"]]; [shareParam setUseContentTitle:param[@"useContentTitle"]];
} }
if ([param.allKeys containsObject:@"showPoster"]) {
[shareParam setShowPoster:param[@"showPoster"]];
}
NSString *title = param[@"title"]; NSString *title = param[@"title"];
if (title) { if (title) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment