移除debug入口
This commit is contained in:
parent
a7e6efa0dc
commit
e7c97f2b55
@ -40,10 +40,7 @@ public class MainHomeViewHolder extends AbsMainHomeParentViewHolder {
|
|||||||
super.init();
|
super.init();
|
||||||
|
|
||||||
img_trophy = (ImageView) findViewById(R.id.img_trophy);
|
img_trophy = (ImageView) findViewById(R.id.img_trophy);
|
||||||
img_trophy.setOnLongClickListener(v -> {
|
|
||||||
mContext.startActivity(new Intent(mContext, TestActivity.class));
|
|
||||||
return true;
|
|
||||||
});
|
|
||||||
ImgLoader.display(mContext, "https://downs.yaoulive.com/gif_trophy.gif", img_trophy);
|
ImgLoader.display(mContext, "https://downs.yaoulive.com/gif_trophy.gif", img_trophy);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user