|
|
@@ -131,8 +131,7 @@ public class MyCoinMainFragment extends FragmentBase<MyCoinMainPresenter> implem
|
|
|
LayoutInflater layoutInflater = (LayoutInflater) getActivity().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
|
|
View coopGoodsView = layoutInflater.inflate(R.layout.coop_good_layout, null);
|
|
|
layoutCoopGoodsContainer.addView(coopGoodsView);
|
|
|
- layoutCoopGoodsContainer.addView(coopGoodsView);
|
|
|
-
|
|
|
+
|
|
|
CoopRecommendGoodsHolder holder = new CoopRecommendGoodsHolder(coopGoodsView);
|
|
|
holder.init(bean, event -> {
|
|
|
presenter.onGoodsClick(bean.getGoodsUrl());
|