update fetch results when network request fails

This commit is contained in:
Satindar Dhillon 2022-05-17 11:13:30 -07:00
parent b9d0fef3c0
commit 76d3478ed4

View file

@ -97,8 +97,11 @@ import Views
receivedIdx = thisSearchIdx
cursor = queryResult.cursor
await dataService.prefetchPages(itemIDs: newItems.map(\.unwrappedID))
} else {
updateFetchController(dataService: dataService)
}
isLoading = false
showLoadingBar = false
}