fix(ExploreFragment.java): 移除多余代码

This commit is contained in:
HuanChengFly 2020-04-15 23:24:15 +08:00
parent e4b4998bc0
commit 247aa2770f
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ public class ExploreFragment extends BaseIntroFragment implements View.OnClickLi
protected void initCustomLayout(ViewGroup container) {
super.initCustomLayout(container);
container.findViewById(R.id.explore_auto_sign).setOnClickListener(this);
container.findViewById(R.id.explore_qq).setOnClickListener(this);
container.findViewById(R.id.explore_donate).setOnClickListener(this);
}
@Override