mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 21:23:43 +01:00
Merge branch 'develop' into corestore2_develop
This commit is contained in:
@@ -125,7 +125,7 @@ public final class ListMonitor<T: NSManagedObject>: Hashable {
|
||||
|
||||
return nil
|
||||
}
|
||||
return sections[sectionIndex].objects?[itemIndex] as? T
|
||||
return section.objects?[itemIndex] as? T
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user