Skip to content

Commit

Permalink
Merge branch 'feature-removeLockIcon'
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhigq committed Mar 17, 2024
2 parents 1182a58 + b13d7b4 commit 12c2996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/pl_player/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,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(
Expand Down

0 comments on commit 12c2996

Please sign in to comment.