-
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
#108 [fix] 이슈 해결 #127
#108 [fix] 이슈 해결 #127
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.
LGTM
// val binding: ItemOnboardingChoiceRoutineBinding = | ||
// ItemOnboardingChoiceRoutineBinding.bind(holder.itemView) | ||
// if (selectPosition.contains(position)) { | ||
// binding.tvRoutineContent.setBackgroundResource(R.drawable.shape_gray100_fill_gray400_stroke_99_rect) | ||
// } else { | ||
// binding.tvRoutineContent.setBackgroundResource(R.drawable.shape_white_fill_gray000_stroke_99_rect) | ||
// } | ||
// | ||
// binding.tvRoutineContent.setOnClickListener { | ||
// | ||
// if (selectedRoutineArray.size == MAXIMUM_ROUTINE_SELECTION) { | ||
// if (selectPosition.contains(position)) { | ||
// selectPosition.remove(position) | ||
// setNoticeVisible(false) | ||
// } else { | ||
// setNoticeVisible(true) | ||
// } | ||
// } else { | ||
// if (selectPosition.contains(position)) { | ||
// selectPosition.remove(position) |
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.
LGTM~~
📑 Work Description
🛠️ Issue
📷 Screenshot
💬 To Reviewers