-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#122 [fix] 데일리 루틴 삭제 후 초기화 시키기 #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋아요~
@@ -200,7 +201,8 @@ class DailyRoutineFragment : | |||
} | |||
|
|||
private fun changeBtnSelectState(button: View, itemId: Int) { | |||
button.setSingleOnClickListener { | |||
button.setOnClickListener { | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빈 줄 삭제해주세요!
viewModel.clearEditRoutineIdArray() | ||
setDeleteRoutineBtnContent() | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 한 줄 삭제해주세요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
꼼꼼하구만~~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿
📑 Work Description
🛠️ Issue
📷 Screenshot
Screen_recording_20240119_201159.mp4
💬 To Reviewers