Merge branch 'main' into fix

This commit is contained in:
guozhigq
2024-03-20 00:08:37 +08:00
6 changed files with 57 additions and 1 deletions

View File

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