mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: video page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1649,7 +1649,10 @@ class _HeaderControlState extends State<HeaderControl> {
|
||||
color: Colors.white,
|
||||
),
|
||||
onPressed: () {
|
||||
if (isFullScreen) {
|
||||
if (widget.videoDetailCtr?.bsController != null) {
|
||||
widget.videoDetailCtr?.bsController!.close();
|
||||
widget.videoDetailCtr?.bsController = null;
|
||||
} else if (isFullScreen) {
|
||||
widget.controller!.triggerFullScreen(status: false);
|
||||
} else if (MediaQuery.of(context).orientation ==
|
||||
Orientation.landscape &&
|
||||
|
||||
Reference in New Issue
Block a user