zmiana array na list
This commit is contained in:
parent
6ba51b80d1
commit
bc48afcbdf
@ -22,8 +22,8 @@ public class NoteAdapter extends RecyclerView.Adapter<NoteAdapter.ViewHolder>{
|
|||||||
private List<NoteEntity> listNotes;
|
private List<NoteEntity> listNotes;
|
||||||
|
|
||||||
//konstruktor
|
//konstruktor
|
||||||
public NoteAdapter(ArrayList<NoteEntity> arrNotes) {
|
public NoteAdapter(List<NoteEntity> listNotes) {
|
||||||
this.listNotes = arrNotes;
|
this.listNotes = listNotes;
|
||||||
}
|
}
|
||||||
|
|
||||||
//implementacja ViewHoldera
|
//implementacja ViewHoldera
|
||||||
|
Loading…
Reference in New Issue
Block a user