mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-02 05:24:22 +02:00
Magical NSFetchedResultsController bugfix....
This commit is contained in:
@@ -147,7 +147,7 @@ internal extension NSManagedObjectContext {
|
||||
}
|
||||
|
||||
@nonobjc
|
||||
internal func saveAsynchronouslyWithCompletion(_ completion: ((_ result: SaveResult) -> Void) = { _ in }) {
|
||||
internal func saveAsynchronouslyWithCompletion(_ completion: @escaping ((_ result: SaveResult) -> Void) = { _ in }) {
|
||||
|
||||
self.perform {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user