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

🔀 :: (#265) - Use rememberSaveable #266

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

audgns10
Copy link
Member

💡 개요

  • remember를 사용하는 것보다 rememberSaveable을 사용하는 것이 더 안전해보입니다

📃 작업내용

  • remember를 rememberSaveable로 수정하였습니다

🔀 변경사항

  • refactor ClubScreen
  • refactor EmailSendImformScreen
  • refactor Add CertificationScreen

@audgns10 audgns10 merged commit 78694b2 into develop Aug 14, 2024
1 check passed
@audgns10 audgns10 deleted the refactor/265-use-rememberSaveable branch August 14, 2024 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣ Priority: Medium 우선순위 - 중 ♻️ Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remember로 사용된 부분을 rememberSaveable으로 사용하도록 리팩토링합니다
4 participants