diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index bb1412c1..ea3b8ad0 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -911,6 +911,10 @@ class _PLVideoPlayerState extends State ), ), + /// 弹幕面板 + if (widget.danmuWidget != null) + Positioned.fill(top: 4, child: widget.danmuWidget!), + /// 长按倍速 toast Obx( () => Align( @@ -1110,10 +1114,6 @@ class _PLVideoPlayerState extends State // } // }), - /// 弹幕面板 - if (widget.danmuWidget != null) - Positioned.fill(top: 4, child: widget.danmuWidget!), - /// 手势 Positioned.fill( left: 16,