feat: 非全屏状态下隐藏锁定按钮

This commit is contained in:
guozhigq
2024-03-14 23:49:36 +08:00
committed by bggRGjQaUbCoE
parent 71f35dbfa7
commit 265ab968c8

View File

@@ -1045,7 +1045,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
// 锁
Obx(
() => Visibility(
visible: _.videoType.value != 'live',
visible: _.videoType.value != 'live' && _.isFullScreen.value,
child: Align(
alignment: Alignment.centerLeft,
child: FractionalTranslation(