Commit dddecd84 by 霍志良

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

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