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

캘린더에서 상세뷰 이동 후 복귀했을 때 상태값이 초기화되는 버그 수정 #57

Merged
merged 2 commits into from
Oct 4, 2023

Conversation

youngjinc
Copy link
Member

What is this PR? 🔍

Key Changes 🔑

  1. 캘린더에서 상세뷰 이동 후 복귀했을 때 복귀 전의 캘린더 날짜가 아닌 항상 오늘 날짜를 가리키는 버그 수정
    • 원인 : 복귀하면서 다시 CalendarScreen 컴포저블이 재호출되면서 날짜 상태값이 초기값(오늘 날짜)으로 돌아감
    • 해결 : 뷰모델 사용

@youngjinc youngjinc added the 🛠️ fix 버그 수정 label Oct 4, 2023
@youngjinc youngjinc self-assigned this Oct 4, 2023
@youngjinc youngjinc changed the title Dev fix calendar bug 캘린더에서 상세뷰 이동 후 복귀했을 때 상태값이 초기화되는 버그 수정 Oct 4, 2023
@youngjinc youngjinc merged commit e8ac425 into dev Oct 4, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ fix 버그 수정
Projects
None yet
1 participant