mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
opt del later view
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user