Skip to content

Commit

Permalink
remove getCurrentVolume and Brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jul 26, 2024
1 parent 0b6b2af commit 85f390d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/plugin/pl_player/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,8 @@ class PlPlayerController {
await _videoPlayerController?.play();
// if (!playerStatus.playing) await _videoPlayerController?.playOrPause();

getCurrentVolume();
getCurrentBrightness();
// getCurrentVolume();
// getCurrentBrightness();

// screenManager.setOverlays(false);
}
Expand Down

0 comments on commit 85f390d

Please sign in to comment.