Skip to content

Commit

Permalink
Added On-Click to Home GSR
Browse files Browse the repository at this point in the history
  • Loading branch information
joemacd committed Mar 22, 2024
1 parent 24bd767 commit 1619f8f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ class HomeGsrReservationAdapter (reservations: List<GSRReservation>) : RecyclerV
holder.itemView.item_gsr_location.text = location
holder.itemView.item_gsr_date.text = day + "\n" + fromHour + "-" + toHour

holder.itemView.setOnClickListener {
mActivity.setTab(MainActivity.GSR_ID)
}

}

override fun getItemCount(): Int {
Expand Down

0 comments on commit 1619f8f

Please sign in to comment.