mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
opt: player controller (#1753)
* opt: player controller * tweak [skip ci] Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
54b26d20fa
commit
38a7afd63a
@@ -59,8 +59,8 @@ Future<void> autoScreen() async {
|
||||
}
|
||||
}
|
||||
|
||||
Future<void> fullAutoModeForceSensor() async {
|
||||
await AutoOrientation.fullAutoMode(forceSensor: true);
|
||||
Future<void> fullAutoModeForceSensor() {
|
||||
return AutoOrientation.fullAutoMode(forceSensor: true);
|
||||
}
|
||||
|
||||
bool _showStatusBar = true;
|
||||
|
||||
Reference in New Issue
Block a user