mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
hotfix: Adapterの初期化処理修正
This commit is contained in:
parent
c7e141b892
commit
474d6417c9
|
@ -18,8 +18,8 @@ public class MyAdapter extends RecyclerView.Adapter<MyAdapter.MyAdapterViewHolde
|
||||||
|
|
||||||
ArrayList<ListItem> listItems;
|
ArrayList<ListItem> listItems;
|
||||||
|
|
||||||
public MyAdapter(ArrayList<ListItem> ListItem) {
|
public MyAdapter(ArrayList<ListItem> listItems) {
|
||||||
// this.listItem = listItem;
|
this.listItems = listItems;
|
||||||
}
|
}
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
|
|
Loading…
Reference in New Issue
Block a user