mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-06 11:04:53 +08:00
@@ -27,7 +27,7 @@ class FavCheeseController
|
||||
FavHttp.favPugv(mid: mid, page: page);
|
||||
|
||||
Future<void> onRemove(int index, int sid) async {
|
||||
var res = await FavHttp.delFavPugv(sid);
|
||||
final res = await FavHttp.delFavPugv(sid);
|
||||
if (res.isSuccess) {
|
||||
loadingState
|
||||
..value.data!.removeAt(index)
|
||||
|
||||
Reference in New Issue
Block a user