Skip to content
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

[fix] 장소 선택 뷰 단일선택 로직 버그 수정 #72

Merged
merged 9 commits into from
Jan 9, 2024

Conversation

HAJIEUN02
Copy link
Collaborator

Related issue 🛠

Work Description ✏️

  • 같은 아이템 연속 3번 클릭 시 다시 활성화되지 않는 오류 수정

Screenshot 📸

이전과 동일

Uncompleted Tasks 😅

N/A

To Reviewers 📢

@@ -125,7 +125,7 @@ class PlanViewModel : ViewModel() {
setIsSelected(true, position)
setPlanLocation(position)
} else if (oldPosition == position) {
setIsSelected(false, oldPosition)
setIsSelected(!getIsSelected(oldPosition), oldPosition)
Copy link
Collaborator

@jihyunniiii jihyunniiii Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setIsSelcted 함수가 파라미터를 하나만 가지도록 수정해주세요 (oldPostion)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수정 완료염

@HAJIEUN02 HAJIEUN02 changed the title [fix] #71 장소 선택 뷰 단일선택 로직 버그 수정 [fix] 장소 선택 뷰 단일선택 로직 버그 수정 Jan 9, 2024
Copy link
Collaborator

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

머지하세요

@HAJIEUN02 HAJIEUN02 merged commit 5a73927 into develop Jan 9, 2024
1 check passed
@HAJIEUN02 HAJIEUN02 deleted the mod-plan-location branch January 12, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[fix] 핑글 개최 프로세스 - 장소 선택 뷰 단일선택 로직 수정
2 participants