-
Notifications
You must be signed in to change notification settings - Fork 6
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: black screen when last caller in a group #WPB-10652 #3071
fix: black screen when last caller in a group #WPB-10652 #3071
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3071 +/- ##
========================================
Coverage 52.68% 52.68%
========================================
Files 1318 1318
Lines 51133 51136 +3
Branches 4742 4743 +1
========================================
+ Hits 26938 26940 +2
- Misses 22269 22271 +2
+ Partials 1926 1925 -1
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Datadog ReportBranch report: ✅ 0 Failed, 3150 Passed, 106 Skipped, 33.35s Total Time |
ff786a2
to
b27f974
Compare
Quality Gate passedIssues Measures |
Bencher Report
Click to view all benchmark results
|
What's new in this PR?
Issues
Couldn't reproduce the original issue but was able to reproduce black screen in following scenario:
Causes (Optional)
There was assumption that on list of participants first account is user currently logged it. Based on that
first()
was called. This was no longer true with picture in picture enabled as self participant was then removed.Solutions
Used currently logged in UserId and compared it to a participant to decide if given call tile is selfUser.
Testing
How to Test
Attachments (Optional)
Before:
before.mp4
After:
after.mp4
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.