|
|
@@ -54,7 +54,7 @@ public class ThirdCategoryMainItemViewHolder extends CategoryMainViewHolder {
|
|
|
public void detach() {
|
|
|
if (null != imageViewMainThirdCategory) {
|
|
|
Glide.with(imageViewMainThirdCategory).clear(imageViewMainThirdCategory);
|
|
|
- imageViewMainThirdCategory.setOnClickListener(null);
|
|
|
+ itemView.setOnClickListener(null);
|
|
|
textViewMainThirdCategory = null;
|
|
|
}
|
|
|
}
|