-
Notifications
You must be signed in to change notification settings - Fork 116
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
Possible fix for the join room screen not updating #3690
Possible fix for the join room screen not updating #3690
Conversation
I wonder if we shouldn't switch around this code:
So that the room takes priority over the room preview, however I already tried this, and what happens is that the preview won't render the knockable state if I do so, so what I did for now is just also refresh the room preview after we refresh the room, when a change has been made @stefanceriu |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## develop #3690 +/- ##
===========================================
- Coverage 78.66% 78.58% -0.08%
===========================================
Files 792 792
Lines 67700 67700
===========================================
- Hits 53253 53201 -52
- Misses 14447 14499 +52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
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 👍
Not sure if this is the best way to fix the issue given the API change to the room preview API that has been made, but once the request was sent, the state of the joined room was not updated, since the room preview was checked first but never updated.
Example:
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-01-21.at.11.26.11.mp4
This should however fix the issue:
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-01-21.at.11.43.52.mp4