Skip to content

Commit

Permalink
1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uaoan committed May 31, 2024
1 parent ef3336d commit 2e83f4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified UaoanLibrary-debug.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public UaoanRecyclerView addAll(ArrayList<HashMap<String,Object>> arrayList, Arr
//设置适配器
public UaoanRecyclerView setAdapter(RecyclerView byRecyclerView, int lay, ArrayList<HashMap<String, Object>> arrayList, OnRecyclerViewAdapter onByRecyclerViewAdapter){
onByRecyclerViewAdapters=onByRecyclerViewAdapter;
byRecyclerView.setAdapter(new UaoanByRecyclerViewAdapter(lay,arrayList));
byRecyclerView.setAdapter(new UaoanRecyclerViewAdapter(byRecyclerView.getContext(), lay,arrayList));
return this;
}

Expand Down

0 comments on commit 2e83f4d

Please sign in to comment.