mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: video header
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user