Skip to content

Commit

Permalink
#81 [chore] CI 변수명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pump9918 committed Jan 17, 2024
1 parent fd765f5 commit fd2c7a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class HappyDeleteFragment :
doBtnColor = R.drawable.shape_red_fill_12_rect,
backBtnAction = {},
doBtnAction = {
viewModel.happyProgressResponse.observe(this) { happyProgress ->
viewModel.happyProgressResponse.observe(viewLifecycleOwner) { happyProgress ->
happyProgress?.let {
viewModel.deleteHappyProgress(happyProgress.routineId)
}
Expand Down

0 comments on commit fd2c7a4

Please sign in to comment.