Commit b7c7c5f6 by wukun

0904

parent 60f2da82
...@@ -72,7 +72,7 @@ public class CommeWebViewActivity extends DataBindingActivity<ActivityWebviewBin ...@@ -72,7 +72,7 @@ public class CommeWebViewActivity extends DataBindingActivity<ActivityWebviewBin
mBind.titleBack.setOnClickListener(v -> { mBind.titleBack.setOnClickListener(v -> {
if ("用料".equals(title)){ if ("用料".equals(title)){
EventBus.getDefault().post(new RefreshMaterialEvent()); EventBus.getDefault().post(new RefreshMaterialEvent());
mBind.tvRightTitle.setVisibility(View.VISIBLE); // mBind.tvRightTitle.setVisibility(View.VISIBLE);
} }
if (type == 0) { if (type == 0) {
finish(); finish();
......
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 sign in to comment