Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
feat: preload adjacent pages on manga page reader
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKun committed Oct 23, 2021
1 parent 299de01 commit 3474efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/manga_page/page_reader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ class _PageReaderState extends State<PageReader>
}
},
child: PageView.builder(
allowImplicitScrolling: true,
scrollDirection:
AppState.settings.current.mangaReaderSwipeDirection ==
MangaSwipeDirections.horizontal
Expand Down

0 comments on commit 3474efa

Please sign in to comment.