Merge remote-tracking branch 'upstream/main'

This commit is contained in:
orz12
2024-02-22 16:18:55 +08:00
3 changed files with 24 additions and 20 deletions

View File

@@ -227,7 +227,10 @@ class _VideoDetailPageState extends State<VideoDetailPage>
@override
// 返回当前页面时
void didPopNext() async {
setState(() => isShowing = true);
if (plPlayerController != null &&
plPlayerController!.videoPlayerController != null) {
setState(() => isShowing = true);
}
videoDetailController.isFirstTime = false;
final bool autoplay = autoPlayEnable;
videoDetailController