-
-
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
Rotating phone while video loading stops loading video #8152
Comments
I would like to work on this issue. |
It seems that somebody considered this before. NewPipe/app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java Lines 1865 to 1870 in 860d28e
But this does not work since NewPipe/app/src/main/java/org/schabi/newpipe/player/Player.java Lines 4094 to 4095 in 8441aff
Simply swapping them does not take effect. I'm afraid that I could not fix it. The update logic is quite complex and I don't know if there is a good way to fix it. |
No worries. 👍 |
Glad there's already an issue.
That's a problem. I've never done android apps before so it would take me a long time to figure out how everything works. |
Made a note here about a similar issue. Hope it gets fixed soon, it is a very frustrating bug that makes it difficult to just use the app and has been around for months. |
Checklist
Affected version
0.22.1
Steps to reproduce the bug
Expected behavior
Newly selected video loads and plays.
Actual behavior
The previous video remains shown and the selected video is forgotten.
It seems like the new video is not 'saved' to the view before the view gets reloaded in landscape mode.
Screenshots/Screen recordings
MP4_20220405_231752.mp4
MP4_20220405_232241.mp4
Logs
No response
Affected Android/Custom ROM version
LineageOS 17.1
Affected device model
Nokia 6.1
Additional information
Sometimes the new video is loaded in landscape mode if the current one was paused
The text was updated successfully, but these errors were encountered: