Commit dddecd84 by 霍志良

fix:去掉我的-专家入驻-首页分享按钮

parent a393aeb3
...@@ -36,7 +36,7 @@ ext { ...@@ -36,7 +36,7 @@ ext {
"ydl-platform" : "0.0.39.83", "ydl-platform" : "0.0.39.83",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.35", "ydl-webview" : "0.0.38.36",
"ydl-media" : "0.0.21.6", "ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.13", "ydl-pay" : "0.0.18.13",
"m-audioim" : "0.0.49.29.22", "m-audioim" : "0.0.49.29.22",
...@@ -117,7 +117,7 @@ ext { ...@@ -117,7 +117,7 @@ ext {
"ydl-platform" : "0.0.39.83", "ydl-platform" : "0.0.39.83",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.35", "ydl-webview" : "0.0.38.36",
"ydl-media" : "0.0.21.6", "ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.11", "ydl-pay" : "0.0.18.11",
"m-audioim" : "0.0.49.29.22", "m-audioim" : "0.0.49.29.22",
......
...@@ -1001,10 +1001,11 @@ public class NewH5Activity extends BaseActivity implements PtrHandler { ...@@ -1001,10 +1001,11 @@ public class NewH5Activity extends BaseActivity implements PtrHandler {
} }
private void initShareMenu() { private void initShareMenu() {
tb_title.setRightIcon(getResources().getDrawable(R.drawable.web_common_share)); //暂时去掉分享按钮
tb_title.setOnRightTextClick((view, isActive) -> { // tb_title.setRightIcon(getResources().getDrawable(R.drawable.web_common_share));
share(null, null); // tb_title.setOnRightTextClick((view, isActive) -> {
}); // share(null, null);
// });
LogUtil.d("setSeccessful"); LogUtil.d("setSeccessful");
} }
......
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