mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
set items after initial fetch request
This commit is contained in:
parent
36083c1f7b
commit
b9d0fef3c0
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ import Views
|
|||
|
||||
fetchedResultsController.delegate = self
|
||||
try? fetchedResultsController.performFetch()
|
||||
items = fetchedResultsController.fetchedObjects ?? []
|
||||
}
|
||||
|
||||
func setLinkArchived(dataService: DataService, objectID: NSManagedObjectID, archived: Bool) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue