|
@@ -1352,6 +1352,7 @@ public class AccompanyFragment extends BaseMVPFragment<FragmentAccompanyBinding,
|
|
|
@Override
|
|
|
public void onclick(SnsPlatform snsPlatform, SHARE_MEDIA share_media) {
|
|
|
UMWeb video = new UMWeb(videoUrl);
|
|
|
+ video.setTitle(shareTitle);
|
|
|
video.setDescription(shareDesc.isEmpty() ? shareTitle : shareDesc);
|
|
|
new ShareAction(getActivity()).withMedia(video)
|
|
|
.setPlatform(share_media)
|