-
Notifications
You must be signed in to change notification settings - Fork 20
fix: Not able to swipe - WPB-17839 #3082
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
fix: Not able to swipe - WPB-17839 #3082
Conversation
Test Results1 799 tests 1 773 ✅ 2m 3s ⏱️ Results for commit cbbca30. ♻️ This comment has been updated with latest results. |
Datadog ReportBranch report: ✅ 0 Failed, 1773 Passed, 26 Skipped, 2m 6.59s Total Time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM;) just left a suggestion
Issue
Turned out to be that when there are not read messages, when you open conversation, there was a several calls to re-calculate sections at same time which made data, in particular action controllers, not in sync.
actionContollers
dict has correct action controller for a message but not insectionController.actionController
.Fix is to sync calls to calculate sections using leading and trailing debouncer so at a given moment there is only one calculation.
Testing
As per ticket steps
Checklist
[WPB-XXX]
.UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: