opt del later view

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-05 18:42:02 +08:00
parent 104d295389
commit b954c6f893
6 changed files with 139 additions and 149 deletions

View File

@@ -37,9 +37,9 @@ class _LaterSearchPageState
controller.onLoadMore();
}
final item = list[index];
final enableMultiSelect = controller.enableMultiSelect.value;
return VideoCardHLater(
videoItem: item,
ctr: controller,
onViewLater: (cid) {
PageUtils.toVideoPage(
bvid: item.bvid,
@@ -62,13 +62,6 @@ class _LaterSearchPageState
index,
item.aid!,
),
onTap: !enableMultiSelect ? null : () => controller.onSelect(item),
onLongPress: enableMultiSelect
? null
: () {
controller.enableMultiSelect.value = true;
controller.onSelect(item);
},
);
}),
);