mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update fetch results when network request fails
This commit is contained in:
parent
b9d0fef3c0
commit
76d3478ed4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue