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

This commit is contained in:
guozhigq
2024-03-14 23:49:36 +08:00
parent 5e8d9b524b
commit b13d7b475b

View File

@ -672,7 +672,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(