-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: video playback speed is not synced in thread #44234
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.mp4Android: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariScreen.Recording.2024-07-23.at.12.39.18.PM.movMacOS: Desktop |
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.
@tienifr please also add this test case and screen recordings.
- Send a video
- Reply the video in thread
- Change playback speed in thread video
- Navigate to parent report
- Open playback speed menu
- Verify parent's playback speed is the same with thread's
- Close menu and reopen playback speed menu
- Verify parent's playback speed is the same with thread's
Step 8 is failing for me
@tienifr bump ^ |
Taking a look now. |
@situchan Your test steps worked well for me. Step 8 was not failing. Screen.Recording.2024-07-15.at.15.19.20-compressed.mov |
Please merge main. I will retest |
@situchan Please retest. |
Works well now Screen.Recording.2024-07-23.at.12.39.18.PM.mov |
@tienifr you attached wrong video for android. Btw I tested and worked well. |
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.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/Julesssss in version: 9.0.12-0 🚀
|
Failing in android https://platform.utest.com/services/links/v1/internal/52537391?.mp4 |
🚀 Deployed to production by https://github.com/francoisl in version: 9.0.12-0 🚀
|
🚀 Deployed to staging by https://github.com/Julesssss in version: 9.0.13-0 🚀
|
Details
Playback speed is not synced between ancestor and thread reports. This PR fixes that.
Fixed Issues
$ #42519
PROPOSAL: #42519 (comment)
Tests
Offline tests
NA
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
video_2024-06-24_16-07-17.mp4
Android: mWeb Chrome
video_2024-06-24_16-07-13.mp4
iOS: Native
Screen.Recording.2024-06-24.at.15.59.10-compressed.mov
iOS: mWeb Safari
Screen.Recording.2024-06-24.at.16.02.55-compressed.mov
MacOS: Chrome / Safari
Screen.Recording.2024-06-24.at.15.53.32-compressed.mov
MacOS: Desktop
Screen.Recording.2024-06-24.at.15.56.29-compressed.mov