Skip to content

Commit

Permalink
popularLoadingState
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Nov 5, 2024
1 parent fd95e04 commit 082780f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/pages/gallerys/dashboard/dashboard_page_logic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class DashboardPageLogic extends BasePageLogic {
return;
}

LoadingState prevState = state.ranklistLoadingState;
LoadingState prevState = state.popularLoadingState;
state.popularLoadingState = LoadingState.loading;
if (prevState == LoadingState.error || prevState == LoadingState.noData) {
update([popularListId]);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: ecb504e695dd848b8154a662870a2a43e8593d51
resolved-ref: "6b94d4a943fcc96812c7dac3ecc9fa5c9b58dba9"
url: "https://github.com/jiangtian616/zoom_view"
source: git
version: "0.0.15"
Expand Down

0 comments on commit 082780f

Please sign in to comment.