Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-21 11:48:42 +08:00
parent 1efd62803a
commit ac60ac417b
130 changed files with 1631 additions and 2132 deletions

View File

@@ -104,9 +104,7 @@ class _LaterViewChildPageState extends State<LaterViewChildPage>
onTap:
_laterController.baseCtr.enableMultiSelect.value.not
? null
: () {
_laterController.onSelect(index);
},
: () => _laterController.onSelect(index),
onLongPress: () {
if (_laterController
.baseCtr.enableMultiSelect.value.not) {
@@ -173,13 +171,11 @@ class _LaterViewChildPageState extends State<LaterViewChildPage>
child: iconButton(
tooltip: '移除',
context: context,
onPressed: () {
_laterController.toViewDel(
context,
index,
videoItem.aid,
);
},
onPressed: () => _laterController.toViewDel(
context,
index,
videoItem.aid,
),
icon: Icons.clear,
iconColor: theme.colorScheme.outline,
bgColor: Colors.transparent,