Skip to content

Commit

Permalink
Fix: PopularFetchListClient
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Oct 12, 2021
1 parent 182f627 commit 092aa52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/pages/tab/controller/tabview_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ class TabViewController extends GetxController
}

Future<GalleryList?> fetchData({bool refresh = false}) async {
logger.d('fetchData');
final int _catNum = _ehConfigService.catFilter.value;

final fetchConfig = FetchParams(
Expand Down
1 change: 1 addition & 0 deletions lib/pages/tab/fetch_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class PopularFetchListClient extends FetchListClient {
Future<GalleryList?> fetch() async {
return await getGallery(
galleryListType: GalleryListType.popular,
refresh: fetchParams.refresh,
);
}
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: fehviewer

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.1.26+312
version: 1.1.26+313

environment:
sdk: '>=2.14.0 <3.0.0'
Expand Down

0 comments on commit 092aa52

Please sign in to comment.