-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Do not release video player on pause #14528
base: master
Are you sure you want to change the base?
Conversation
/backport to stable-3.31 |
- player would be released when swiping to next fragment - player became unresponsive when going back to fragment Signed-off-by: ZetaTom <[email protected]>
c789755
to
5b61aec
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/14528.apk |
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.
@tobiasKaminsky I didn't come across any issue during my tests.
Previously the media player was be released when the associated
PreviewMediaFragment
was moved to the background. This resulted in an unresponsive media player when the fragment was brought back to the foreground.Testing
With this change in place the video player should still function as expected.