-
Notifications
You must be signed in to change notification settings - Fork 1
[REFACTOR] 1.0.0 릴리즈 버전 QA를 진행합니다. #186
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
Conversation
| val userId = userPreferences.userIdFlow.firstOrNull() | ||
| if (userId != null) { | ||
| fetchUserInfo(userId) | ||
| updateState { copy(shouldFetchUserInfo = true) } |
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.
[p3]
여기서 shouldFetchUserInfo 를 true로 해주는 이유가 뭔가요??
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.
앗 이전에 Setting->EditProfile에서 항상 fetch를 하지 않는 문제 때문에 넣어둔 코드 같습니다.
지금은 구조를 바꾸면서 shouldFetchUserInfo = true가 보장되니 제거해도 될 것 같습니다!
DongChyeon
left a comment
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.
고
생
하
셨
습
니
다
Related issue 🛠
closed #185
어떤 변경사항이 있었나요?
CheckPoint ✅
PR이 다음 요구 사항을 충족하는지 확인하세요.
Work Description ✏️
Uncompleted Tasks 😅
To Reviewers 📢