fix: video header

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-06 12:26:34 +08:00
parent 46110adb8f
commit 973dad4176

View File

@@ -1887,9 +1887,9 @@ class _HeaderControlState extends State<HeaderControl> {
// show current datetime
Obx(
() {
if (MediaQuery.of(context).orientation ==
Orientation.landscape &&
(isFullScreen || !horizontalScreen)) {
if ((isFullScreen || !horizontalScreen) &&
MediaQuery.of(context).orientation ==
Orientation.landscape) {
startClock();
return Text(
now.value,