mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: remove refresh fav
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -114,10 +114,6 @@ class _MemberFavoriteState extends State<MemberFavorite>
|
|||||||
_controller.first.value.mediaListResponse?.list
|
_controller.first.value.mediaListResponse?.list
|
||||||
?.remove(item);
|
?.remove(item);
|
||||||
_controller.first.refresh();
|
_controller.first.refresh();
|
||||||
} else {
|
|
||||||
Future.delayed(const Duration(milliseconds: 100), () {
|
|
||||||
_controller.onRefresh();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user