移除闪退测试入口

This commit is contained in:
zlzw 2023-02-15 14:05:16 +08:00
parent e97a4e607c
commit f2cff3b93f

View File

@ -38,12 +38,6 @@ public class MainHomeViewHolder extends AbsMainHomeParentViewHolder {
super.init();
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);