Skip to content

Commit

Permalink
修复搜索页下拉刷新bug
Browse files Browse the repository at this point in the history
Fix bug with pull-to-refresh in search page
  • Loading branch information
jiangtian616 committed Apr 27, 2022
1 parent 9cc7008 commit 00cb4c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/pages/search/search_page_logic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class SearchPageLogic extends GetxController {

state.gallerys.addAll(gallerysAndPageInfo[0]);
state.pageCount = gallerysAndPageInfo[1];
state.prevPageNoToLoad = gallerysAndPageInfo[2];
state.nextPageNoToLoad = gallerysAndPageInfo[3];
if (state.pageCount == 0) {
state.loadingState = LoadingState.noData;
Expand Down

0 comments on commit 00cb4c9

Please sign in to comment.