Skip to content

Commit

Permalink
add theme config
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Dec 15, 2021
1 parent 97de3db commit b90493c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/screens/comic_reader_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,10 @@ class _ComicReaderGalleryState extends _ComicReaderState {
pageController: _pageController,
onPageChanged: _onGalleryPageChange,
itemCount: widget.comicInfo.images.pages.length,
allowImplicitScrolling: true,
builder: (BuildContext context, int index) {
return PhotoViewGalleryPageOptions(
filterQuality: FilterQuality.high,
imageProvider: NHentaiImageProvider(
pageImageUrl(widget.comicInfo.mediaId, index + 1)),
errorBuilder: (b, e, s) {
Expand Down

0 comments on commit b90493c

Please sign in to comment.