Commit eb980365 authored by yashkhem1's avatar yashkhem1

Adapter Constructor made Public

parent 624a8148
......@@ -22,8 +22,7 @@ public class BodyCardAdapter extends RecyclerView.Adapter<BodyCardAdapter.ViewHo
private List<Body> bodyList;
private ItemClickListener itemClickListener;
private Context context;
BodyCardAdapter( List<Body> bodyList, ItemClickListener itemClickListener){
public BodyCardAdapter( List<Body> bodyList, ItemClickListener itemClickListener){
this.bodyList = bodyList;
this.itemClickListener = itemClickListener;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment