-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Bug]: The app is keeping the screen on #335
Comments
I have noticed this too, and it bothers me, but I don't know how to fix it at the moment. The wake lock should be being released whenever the app goes into the background. However, it clearly still keeps the screen on when the phone is locked, so I don't know. |
That's weird. I hope you find a solution |
- Remove all references to power manager - Remove other related unused variables #335
nvm I actually found a problem with it. |
(this is also relevant to #335)
Okay, now, it should be fixed in the nightly. (sry abt that 🙈) https://github.com/MarmadileManteater/FreeTubeAndroid/actions/runs/8680564516 |
It's working as intended on the two devices I have on me right now, awesome 👍 |
##### APK changes: - System UI and navigation UI now match current theme (6f15a5b) - Screen no longer stays on when app is in background (#335) ##### PWA changes: - PWA should now be installable again (#297) This release includes all of the changes from upstream release [0.21.1](https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.21.1-beta) as well as [0.21.0](https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.21.0-beta). ... **Full Changelog**: 0.20.0.116...0.21.1.118
##### APK changes: - System UI and navigation UI now match current theme (6f15a5b) - Screen no longer stays on when app is in background (#335) ##### PWA changes: - PWA should now be installable again (#297) This release includes all of the changes from upstream release [0.21.1](https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.21.1-beta) as well as [0.21.0](https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.21.0-beta). ... **Full Changelog**: 0.20.0.116...0.21.1.118
Guidelines
Describe the bug
Expected Behavior
It should turn off when not watching a video or when using another app.
Issue Labels
usability issue
FreeTube Version
v0.20.0.116
Operating System Version
Android 13
Installation Method
.apk
Primary API used
Local API
Last Known Working FreeTube Version (If Any)
No response
Additional Information
I have tested freetube on three devices and the bug is there on all of them. I have to force close the app, then the screen turns off as intended.
Nightly Build
The text was updated successfully, but these errors were encountered: