fix: WakeLock calls now get called properly (#177)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-12-12 23:28:23 +01:00 committed by GitHub
parent 5acce21261
commit c6080824d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View file

@ -156,7 +156,7 @@ class LibMPV extends BasePlayer {
: Video(
key: key,
controller: _controller!,
wakelock: true,
wakelock: false,
fill: Colors.transparent,
fit: fit,
subtitleViewConfiguration: const SubtitleViewConfiguration(visible: false),