mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-10 16:00:28 -07:00
fix: WakeLock calls now get called properly (#177)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
5acce21261
commit
c6080824d7
2 changed files with 7 additions and 6 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue