Skip to content

Commit

Permalink
Fix pager bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Apr 20, 2022
1 parent 16cf13b commit aef0367
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.6
v1.2.1
5 changes: 2 additions & 3 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
建议更新, 比前一版本流畅很多.
建议更新, 修复严重bug.

- 修复分流选择重启后失效的问题
- 调整了线程池, 修复图片加载不出来, 接口卡顿等问题
- 修复漫画列表无限加载的问题, 如果正在使用软件, 建议尽快更新 防止软件或ip被ban

3 changes: 1 addition & 2 deletions lib/screens/components/comic_pager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ class _StreamPagerState extends State<_StreamPager> {
}
if (_controller.position.pixels + 100 >
_controller.position.maxScrollExtent) {
return;
_join();
}
_join();
}

Widget? _buildLoadingCard() {
Expand Down

0 comments on commit aef0367

Please sign in to comment.