@ -130,9 +130,11 @@ abstract class CommonRecyclerAdapter<ITEM>(protected val context: Context) : Rec
if (items != null) {
this.items.addAll(items)
}
if (notify) {
notifyDataSetChanged()
fun setItem(position: Int, item: ITEM) {
synchronized(lock) {