mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 01:26:59 +08:00
@@ -33,7 +33,7 @@ class _FavSortPageState extends State<FavSortPage> {
|
||||
}
|
||||
if (_scrollController.position.pixels >=
|
||||
_scrollController.position.maxScrollExtent - 200) {
|
||||
_favDetailController.onLoadMore().then((_) {
|
||||
_favDetailController.onLoadMore().whenComplete(() {
|
||||
try {
|
||||
if (_favDetailController.loadingState.value is Success) {
|
||||
List<FavDetailItemData> list =
|
||||
|
||||
Reference in New Issue
Block a user