mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
opt: ActionItem (#974)
This commit is contained in:
committed by
GitHub
parent
fac37e59aa
commit
aaad7fc6dc
@@ -1160,7 +1160,7 @@ class PlPlayerController {
|
||||
}
|
||||
}
|
||||
|
||||
bool? isTriple;
|
||||
bool tripling = false;
|
||||
|
||||
/// 隐藏控制条
|
||||
void hideTaskControls() {
|
||||
@@ -1169,7 +1169,7 @@ class PlPlayerController {
|
||||
}
|
||||
Duration waitingTime = Duration(seconds: enableLongShowControl ? 30 : 3);
|
||||
_timer = Timer(waitingTime, () {
|
||||
if (!isSliderMoving.value && isTriple != true) {
|
||||
if (!isSliderMoving.value && !tripling) {
|
||||
controls = false;
|
||||
}
|
||||
_timer = null;
|
||||
|
||||
Reference in New Issue
Block a user