移除闪退测试入口
This commit is contained in:
parent
e97a4e607c
commit
f2cff3b93f
@ -38,12 +38,6 @@ 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 -> {
|
|
||||||
if(true){
|
|
||||||
throw new NullPointerException("test");
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
});
|
|
||||||
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