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.
연관된 이슈 또는 작업 번호를 적어주세요 📌
작업한 내용을 설명해주세요 ✔️
실행 화면
ScreenRecording_07-07-2025.18.MOV
ScreenRecording_07-07-2025.17-55-07_1.MOV
ScreenRecording_07-07-2025.19.MOV
ScreenRecording_07-07-2025.20.MOV
ScreenRecording_07-07-2025.19-35-32_1.mov
참고사항
-> 현재 플레이 상태
isPlaying
,isCurrentPlayOnce
와 대기 중인 로띠pendingSource
를 저장하여 아래 조건으로 처리struct로 구성된 LottieView는 View가 다시 그려질 때마다 갱신되므로
isPlaying
과 같은 상태 저장이 불가능하므로중간다리 역할을 위해
LottieWrapper
class를 추가함.eggCode
가""
로 들어오는 문제가 있었음-> 홈화면에서 사용하는
eggCode
를 재사용하려고 했더니, 홈에 진입하면 homeAPI를 불러오며 등록된 알이 없어서""
로 초기화되는 것이 원인