Skip to content

Commit

Permalink
about store load offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Aug 15, 2021
1 parent 298e88a commit 96cf2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/picture/illust_lighting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class _IllustLightingPageState extends State<IllustLightingPage>
void _loadAbout() {
if (mounted &&
_scrollController.hasClients &&
_scrollController.offset + 20 >=
_scrollController.offset + 180 >=
_scrollController.position.maxScrollExtent &&
_aboutStore.illusts.isEmpty) _aboutStore.fetch();
}
Expand Down

0 comments on commit 96cf2a9

Please sign in to comment.