opt: 全屏方式优化

This commit is contained in:
guozhigq
2023-08-19 08:35:17 +08:00
parent b435023c99
commit 40849cb68d
5 changed files with 53 additions and 26 deletions

View File

@ -178,7 +178,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
/// 进入全屏
await enterFullScreen();
// 横屏
await landScape();
await verticalScreen();
break;
case FullScreenMode.horizontal: