feat: 长按保存封面
This commit is contained in:
@ -84,7 +84,7 @@ class _LaterPageState extends State<LaterPage> {
|
||||
return VideoCardH(
|
||||
videoItem: videoItem,
|
||||
source: 'later',
|
||||
longPress: () => _laterController.toViewDel(
|
||||
onPressedFn: () => _laterController.toViewDel(
|
||||
aid: videoItem.aid));
|
||||
}, childCount: _laterController.laterList.length),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user