Archived
boutta make a big change
This commit is contained in:
@@ -30,6 +30,7 @@ class StudIPEventAdapter(private val events: List<StudIPEvent>) : RecyclerView.A
|
||||
holder.binding.root,
|
||||
false
|
||||
).also { item ->
|
||||
Log.d("HELLO", "generating ${event.title}...2")
|
||||
itemCount += 1
|
||||
item.textTitle.text = event.title
|
||||
item.textLecturers.text = event.lecturer.joinToString(", ")
|
||||
|
||||
Reference in New Issue
Block a user