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 // show current datetime
Obx( Obx(
() { () {
if (MediaQuery.of(context).orientation == if ((isFullScreen || !horizontalScreen) &&
Orientation.landscape && MediaQuery.of(context).orientation ==
(isFullScreen || !horizontalScreen)) { Orientation.landscape) {
startClock(); startClock();
return Text( return Text(
now.value, now.value,