Skip to content

Commit

Permalink
fix: setVolume
Browse files Browse the repository at this point in the history
Signed-off-by: bggRGjQaUbCoE <[email protected]>
  • Loading branch information
bggRGjQaUbCoE committed Jan 18, 2025
1 parent b71140f commit 435696f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/pages/player/player_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ abstract class _PlayerController with Store {
});
}
await setVolume(volume);
if (Platform.isIOS) {
FlutterVolumeController.updateShowSystemUI(true);
}
setPlaybackSpeed(playerSpeed);
KazumiLogger().log(Level.info, 'VideoURL初始化完成');
loading = false;
Expand Down

0 comments on commit 435696f

Please sign in to comment.