mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
bugfixes
- fixed image path for RNTP notification - fixed overwhelming number of promises/requests generated when scrolling through artists (could still delay loading those further...) - fixed spinner not spinning while artistInfo is fetched for image url
This commit is contained in:
@@ -57,7 +57,7 @@ const SearchResultsView: React.FC<{
|
||||
}),
|
||||
[fetchSearchResults, query, type],
|
||||
),
|
||||
50,
|
||||
100,
|
||||
)
|
||||
|
||||
useEffect(() => {
|
||||
@@ -77,7 +77,8 @@ const SearchResultsView: React.FC<{
|
||||
refreshing={refreshing}
|
||||
overScrollMode="never"
|
||||
onEndReached={fetchNextPage}
|
||||
onEndReachedThreshold={1}
|
||||
removeClippedSubviews={true}
|
||||
onEndReachedThreshold={2}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user