opt fullscreen

Closes #1442

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-03 21:14:33 +08:00
parent 5747dee03d
commit 16c152d306
3 changed files with 90 additions and 87 deletions

View File

@@ -369,7 +369,9 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
}
PageUtils.routeObserver.unsubscribe(this);
WidgetsBinding.instance.removeObserver(this);
showStatusBar();
if (Utils.isMobile) {
showStatusBar();
}
super.dispose();
}
@@ -545,7 +547,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
videoDetailController.animationController
..removeListener(animListener)
..addListener(animListener);
if (mounted && isShowing && !isFullScreen) {
if (Utils.isMobile && mounted && isShowing && !isFullScreen) {
if (isPortrait) {
if (!videoDetailController.imageStatus) {
showStatusBar();