Skip to content

Commit

Permalink
调整部分操作逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
deretame committed Jan 23, 2025
1 parent 2944843 commit 6828373
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/page/comic_read/view/comic_read.dart
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,13 @@ class _ComicReadPageState extends State<_ComicReadPage>
setState(() {
_isVisible = false;
});
} else if (firstItemIndex < _lastScrollIndex &&
_isSliderRolling == false) {
// 向上滚动
debugPrint('向上滚动');
setState(() {
_isVisible = false;
});
}

// 更新记录的滚动索引
Expand Down

0 comments on commit 6828373

Please sign in to comment.