fix cacheExtent

This commit is contained in:
kodjomoustapha 2023-07-19 15:13:24 +01:00
parent 00c1cb216b
commit 202db0cced

View file

@ -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) {