mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 19:51:11 +08:00
opt ui
opt req Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -115,11 +115,9 @@ class _RcmdPageState extends CommonPageState<RcmdPage, RcmdController>
|
||||
} else {
|
||||
return VideoCardV(
|
||||
videoItem: response[index],
|
||||
onRemove: () {
|
||||
controller.loadingState
|
||||
..value.data!.removeAt(index)
|
||||
..refresh();
|
||||
},
|
||||
onRemove: () => controller.loadingState
|
||||
..value.data!.removeAt(index)
|
||||
..refresh(),
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user