fix artist alpha sorting using articles/etc

improve performance on list rendering to reduce requests
This commit is contained in:
austinried
2021-08-22 14:03:52 +09:00
parent 22b6524e8c
commit 3077b4351b
3 changed files with 4 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ const AlbumsList = () => {
overScrollMode="never"
onEndReached={fetchNextPage}
onEndReachedThreshold={6}
windowSize={5}
/>
<FilterButton
data={filterOptions}