-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
Playback stops when toggling battery saver #6189
Comments
Related: flutter/flutter#25626 (comment) The fix Flutter used is to add Looking at the documentation for I guess the fix for LibreTube is to add |
This also happens with bluetooth events, battery saving (same), and dark mode toggle. |
"Interface reload" (As you guys refer to it) showcase on my device being triggered by powering on and off my og samsung BT Keyboard: https://www.youtube.com/watch?v=FB109YiEpQ0 Now in that video was shown also a minor bug of a video duped on my watch feed, I AM CLUELESS of how to trigger it but it doesn't bother me and is not a groundbreaking bug. coming up on breaking sht with alejandro* sometimes the phone lags hard (i mean is an og exynos) Chrashing libretube, the temp meter overlay (thermal monitor) and the live wallpaper I'm heading out change my bio to reflect that I'm a accidental efficient app tester since I'm consistenly breking software even if is not my intention. |
I don't think that's really easy to handle, most apps I've tested have similar behaviors and are being restarted whenever you change the theme mode. I don't get why it restarts when a bluetooth keyboard is connected / disconnected as per your screen recording (did not test that myself), that shouldn't happen usually because the UI wouldn't need to be rerendered when a keyboard is connected ... |
My best guess is that the key listeners trigger that, now why is it that on full screen can't it be controlled like YT on the browser yet on not full screen does? |
You're referring to LibreTube's keyboard shortcuts? |
I think so. |
Idk, it should work as expected in any case. |
Even on fullscreen? |
Here you go bud: https://www.youtube.com/watch?v=MOcKPRtpaNg Another edit: A sony PS4 headset did trigger this bug, but ONLY when unplugged which throws over the window my theories of why it happens. |
Steps to reproduce
Expected behavior
The video should play without any interruptions
Actual behavior
The app fully reloads and video playback pauses
LibreTube version
0.23.2
Android version
Android 14
Other details
This is especially annoying since Android automatically pauses power saving mode when you connect the phone to a charger, so whenever I plug my phone in or out the app restarts.
Also, this is not related to automatic switching of light/dark mode, it happens even when the app is set to always be in light mode.
Acknowledgements
The text was updated successfully, but these errors were encountered: