Added coupon item

This commit is contained in:
RemoMeijer
2021-01-04 11:27:49 +01:00
parent e2bccb6e76
commit ff32eefab0
2 changed files with 56 additions and 2 deletions

View File

@@ -30,10 +30,9 @@ public class CouponAdapter extends RecyclerView.Adapter<CouponAdapter.CouponView
}
}
public CouponAdapter(Context context, List<Coupon> coupon, OnItemClickListener listener){
public CouponAdapter(Context context, List<Coupon> coupon){
appContext = context;
couponList = coupon;
clickListener = listener;
}
@NonNull