|
|
@@ -114,6 +114,12 @@ public class ClassificationGridviewAdapter extends BaseAdapter {
|
|
|
.error(android.R.drawable.stat_notify_error)
|
|
|
.into( finalHolder.imageView);
|
|
|
break;
|
|
|
+ default:
|
|
|
+ Glide.with(mContext)
|
|
|
+ .load(gameTypeSpecial == null ?R.drawable.classification_gengduoyouxo :gameTypeSpecial.getIcon())
|
|
|
+ .error(android.R.drawable.stat_notify_error)
|
|
|
+ .into( finalHolder.imageView);
|
|
|
+ break;
|
|
|
}
|
|
|
return false;
|
|
|
}
|