This commit is contained in:
2022-05-02 21:55:32 +08:00
parent 5567d4c428
commit 8750a9b945
3 changed files with 10 additions and 120 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ class _SuperPlayerPageState extends State<SuperPlayerPage> with SuperPlayerListe
child: Stack(
children: [
_playState <= 2 ? getMoreWidget(strokeWidth: 3.0) : SizedBox.shrink(),
_useIJKPlayer ? FijkView(player: _ijkPlayer) : SuperPlayerView(controller: _playerController)
_useIJKPlayer ? FijkView(player: _ijkPlayer, color: Colors.black) : SuperPlayerView(controller: _playerController)
],
),
),