Commit 0f8a22b6 by 严久程

fm分享逻辑

parent 0a67d36a
...@@ -489,7 +489,7 @@ public class FMDetailActivity extends BaseActivity implements View.OnClickListen ...@@ -489,7 +489,7 @@ public class FMDetailActivity extends BaseActivity implements View.OnClickListen
private void share() { private void share() {
if (fmDetail == null) if (fmDetail == null)
return; return;
YDLShareDialog dialog = YDLShareDialog.Companion.style1(this, fmDetail.getTitle(), fmDetail.getShare_url(), null, fmDetail.getImage_url()); YDLShareDialog dialog = YDLShareDialog.Companion.style1(this, fmDetail.getTitle(), fmDetail.getShare_url(), "", fmDetail.getImage_url());
dialog.setCallBack(type -> { dialog.setCallBack(type -> {
if (1 == type) { if (1 == type) {
if (!FMIn.INSTANCE.isLogin()) { if (!FMIn.INSTANCE.isLogin()) {
......
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