添加 仅全屏时隐藏下方进度条功能

This commit is contained in:
orz12
2024-01-02 08:19:39 +08:00
parent 061d6e6091
commit 9ae0e9284b
2 changed files with 7 additions and 2 deletions

View File

@ -610,6 +610,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
BtmProgresBehavior.onlyShowFullScreen.code &&
!_.isFullScreen.value) {
return Container();
} else if (defaultBtmProgressBehavior ==
BtmProgresBehavior.onlyHideFullScreen.code &&
_.isFullScreen.value) {
return Container();
}
if (_.videoType.value == 'live') {