Skip to content

Commit

Permalink
#42 [fix] CI 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
emjayMJkim committed Jan 14, 2024
1 parent be616ae commit 76780a9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class DailyRoutineFragment :
}
}


private fun initSetDailyRoutineAchieve(btn: View, routineId: Int) {
btn.setOnClickListener {
// TODO 서버통신 구현 후 imageUri 버전으로 수정
Expand All @@ -85,7 +84,7 @@ class DailyRoutineFragment :
doBtnColor = R.drawable.shape_main1_fill_12_rect,
backBtnAction = {},
doBtnAction = {
binding.root.context.toast("${routineId}")
binding.root.context.toast("$routineId")
}
).show(parentFragmentManager, BOTTOM_SHEET_TAG)
}
Expand Down

0 comments on commit 76780a9

Please sign in to comment.