Long-held wake lock drains the battery #1949
Unanswered
imprologic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The moment I call
TrackPlayer.setupPlayer()
, there's a partial wake lock that never goes away, even if I pause or stop the player.This seems to be draining the battery - usually it's about 1/4 of all battery usage. I'm seeing the same behavior on multiple devices.
It only goes away if I force-close the app.
Any ideas how to fix this? I'm using version
3.1.0
.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions