[FIX] TicketingView Image Loading 사실을 알기쉽도록 스켈레톤의 색 대비를 높임. #38
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.
Overview
발생 중인 이슈의 재현방법
이슈의 발생 이유
AsyncImage가 화면에서 보여지는 상태가 아니면, Image request를 cancelled해버림.
이 이후로 다시 화면에 AsyncImage가 보여지더라도 reload를 하지않음.
해결방법
1. 스켈레톤의 색대비 높임 (왼쪽) ✅
2. Reload 버튼 삽입 후 유저가 수동으로 리로드
Next TODO
Reference
여담.
AsyncImage가 cancelled된다면, Tab에서 AsyncImage를 사용할 장점보다 단점이 너무 커지는거아닌가 .. !