mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +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
|
// 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,
|
||||||
|
|||||||
Reference in New Issue
Block a user