-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
#5263: Allow the user to pause while a video is buffering #5929
Conversation
Yay! Much needed usability fix. |
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.
Thank you!
Almost there ;-)
These changes seem to make redundant, should I replace this snippit with playPause? I'm not sure why getPlayWhenReady was being used here but not in playPause |
@Douile nice catch. Replace every instance of |
I think that's the only one. |
@Douile thank you :-D |
…pe#5929) Fix pause while buffering Use getPlayWhenReady wrapper everywhere playWhenReady is checked Remove duplicate `playPause()` code
ℹ This PR very likely caused #6179, see also #6179 (comment) |
What is it?
Description of the changes in your PR
playWhenReady
is true instead ofisPlaying
:isPlaying
returns false if the video is bufferingFixes the following issue(s)
APK testing
On the website the APK can be found by going to the "Checks" tab below the title and then on "artifacts" on the right.
Due diligence