fix: SplashViewReactor 화면 전환 issue 수정 #702
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔵PR을 올리기 전 아래 사항을 확인해주세요.
(위 내용은 지워주세요)
😽개요
SplashReactor
내부App.Repository.token
에 중복 이벤트 방출로 인해 회원가입 화면 전환 안되는 이슈 수정🛠️작업 내용
AccountSignInReactor
에서 회원가입 시App.Repository.token
을accept
진행하기 때문에SplashReactor
내부에 있던App.Repository.token
에 이벤트가 방출 되어SignIn 화면으로 이동되는 이슈가 발생하였습니다. 이를 방지하는 차원에서
take(1)` 연산자를 추가 했습니다.🟡차후 계획 (Optional)
App.Repository
를 통한 회원가입, 로그인, 화면전환 로직을 리펙토링할 계획입니다.✅테스트 케이스
🙏🏻아래와 같이 PR을 리뷰해주세요.