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

[Feat/#36] Main / connect record api #37

Merged
merged 6 commits into from
Aug 1, 2024

Conversation

chattymin
Copy link
Member

⛳️ Work Description

  • main에 api 연결했서요
  • reissue 해결중이에요. 아마 될듯 ㅎ.ㅎ
  • stateFlow라 오류나서 ShardFlow로 수정했서요

📢 To Reviewers

  • 상호쌤 오류 하나 고침 ㅎ.ㅎ

Comment on lines +40 to +42
private val _isRecordSaved = MutableSharedFlow<Boolean>()
val isRecordSaved: SharedFlow<Boolean>
get() = _isRecordSaved
Copy link
Member Author

Choose a reason for hiding this comment

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

StateFlow일 경우 상태가 유지되어 다른 화면을 갔다가 돌아올 때 마다 toast가 생성됩니다.
그래서 ShardFlow로 수정하였습니다

Copy link
Member

@Marchbreeze Marchbreeze left a comment

Choose a reason for hiding this comment

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

음~ 마싯다

@chattymin chattymin merged commit b72eddd into develop Aug 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Main / 걸음 수 측정 api 연결
2 participants