mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
opt fullscreen
Closes #1442 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user