mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
fix: del history
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -296,6 +296,8 @@ class _HistoryPageState extends State<HistoryPage>
|
||||
videoItem: loadingState.response[index],
|
||||
ctr: _historyController.baseCtr,
|
||||
onChoose: () => _historyController.onSelect(index),
|
||||
onDelete: (kid, business) =>
|
||||
_historyController.delHistory(kid, business),
|
||||
);
|
||||
},
|
||||
childCount: loadingState.response.length,
|
||||
|
||||
Reference in New Issue
Block a user