opt: ActionItem (#974)

This commit is contained in:
My-Responsitories
2025-08-10 00:29:58 +08:00
committed by GitHub
parent fac37e59aa
commit aaad7fc6dc
15 changed files with 550 additions and 531 deletions

View File

@@ -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;