Closed jshvarts closed 6 years ago
1) Move Adapter's click listener into constructor. 2) Add initRecyclerView extension function
P.S. I realize that the Adapter is not immutable due to mutableListOf<Note>
mutableListOf<Note>
1) Move Adapter's click listener into constructor. 2) Add initRecyclerView extension function
P.S. I realize that the Adapter is not immutable due to
mutableListOf<Note>