-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Chat] iOS 모바일에서 init 시점에 infinite scroll 로직 실행되는 오류 수정 #2868
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2868 +/- ##
==========================================
- Coverage 12.33% 12.32% -0.01%
==========================================
Files 676 676
Lines 35766 35770 +4
Branches 8817 8820 +3
==========================================
Hits 4410 4410
- Misses 31350 31354 +4
Partials 6 6
☔ View full report in Codecov by Sentry. |
release-canary |
v13.2.5-pr-2868.3 has been published! |
…n 상태 사이 시간으로 변경" This reverts commit 8a7a986.
de20bcd
to
6871a8f
Compare
release-canary |
v13.2.5-pr-2868.21 has been published! |
6871a8f
to
b41e078
Compare
release-canary |
v13.2.5-pr-2868.23 has been published! |
release-canary |
v13.2.5-pr-2868.24 has been published! |
PR 설명
Popup
과 함께 쓰이는 경우, iOS 모바일 사파리에서 init 시점에 infinite scroll이 트리거 되어 bottom으로 이동하는 스크롤과, top으로 이동하는 스크롤이 중첩되는 현상이 있습니다.MINIMUM_INTERSECTING_TIME
보다 항상 큽니다.변경 내역
isScrollReady
플래그로 변경했습니다. 최초 메시지 로드 후 bottom으로 이동하는 커멘드가 실행되면isScrollReady
가 true로 변경됩니다.체크리스트
스크린샷 & URL