Skip to content

Commit

Permalink
#49 feat : 커리큘럼 상세 뒤로가기 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
wateralsie authored and SeonHwan-Kim committed Jul 20, 2023
1 parent 571213a commit 7844005
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ class CourseDetailActivity :
initRecyclerView()
}

override fun addListeners() {
binding.btnCourseWeeklyBack.setOnClickListener {
finish()
}
}

private fun initRecyclerView() {
_courseWeeklyTitleAdapter = CourseDetailTitleAdapter(viewModel.tempHeader)
_courseWeeklyAdapter = CourseDetailAdapter(viewModel.courseWeeklyList)
Expand Down

0 comments on commit 7844005

Please sign in to comment.