Commit 721db115 by konghaorui
parents a8b2a28e 55173218
...@@ -44,9 +44,9 @@ ext { ...@@ -44,9 +44,9 @@ ext {
//第三步 若干 //第三步 若干
"m-confide" : "0.0.21", "m-confide" : "0.0.21",
"m-consultant" : "0.0.38", "m-consultant" : "0.0.38",
"m-course" : "0.0.17", "m-course" : "0.0.24",
"m-fm" : "0.0.15", "m-fm" : "0.0.16",
"m-muse" : "0.0.12", "m-muse" : "0.0.13",
"m-tests" : "0.0.10", "m-tests" : "0.0.10",
"m-user" : "0.0.31", "m-user" : "0.0.31",
...@@ -245,7 +245,7 @@ ext { ...@@ -245,7 +245,7 @@ ext {
"ydl-utils" : "com.ydl:ydl-utils:${ydlCompileVersion["ydl-utils"]}", "ydl-utils" : "com.ydl:ydl-utils:${ydlCompileVersion["ydl-utils"]}",
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块 //flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
"ydl-flutter" : "com.ydl:ydl-flutter:0.0.13@aar", "ydl-flutter" : "com.ydl:ydl-flutter:0.0.14@aar",
//基础组件 <<--- 先发这个,发完改这里的版本号 //基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform" : "com.ydl:ydl-platform:${ydlCompileVersion["ydl-platform"]}@aar", "ydl-platform" : "com.ydl:ydl-platform:${ydlCompileVersion["ydl-platform"]}@aar",
......
...@@ -506,7 +506,7 @@ public class FMDetailActivity extends BaseActivity implements View.OnClickListen ...@@ -506,7 +506,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