opt del later view

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-05 19:06:31 +08:00
parent b954c6f893
commit e2639b6951
4 changed files with 40 additions and 60 deletions

View File

@@ -101,11 +101,7 @@ class _LaterViewChildPageState extends State<LaterViewChildPage>
context,
index,
videoItem.aid,
onSuccess: () {
final counts = _laterController.baseCtr.counts;
counts[widget.laterViewType] =
counts[widget.laterViewType]! - 1;
},
onSuccess: () => _laterController.updateLength?.call(1),
),
);
},