fix cacheExtent
This commit is contained in:
parent
00c1cb216b
commit
202db0cced
1 changed files with 1 additions and 1 deletions
|
|
@ -1169,7 +1169,7 @@ class _MangaChapterPageGalleryState
|
|||
);
|
||||
},
|
||||
child: ListView.separated(
|
||||
cacheExtent: 199 * mediaHeight(context, 1),
|
||||
cacheExtent: 15 * mediaHeight(context, 1),
|
||||
itemCount: _uChapDataPreload.length,
|
||||
controller: _scrollController,
|
||||
itemBuilder: (context, index) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue