mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-24 02:11:26 +01:00
Merge branch 'develop' into corestore4_develop
This commit is contained in:
@@ -132,16 +132,6 @@ internal final class FetchedResultsControllerDelegate<EntityType: NSManagedObjec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if #available(iOS 10.0, tvOS 10.0, watchOS 3.0, *) {
|
|
||||||
|
|
||||||
// I don't know if iOS 10 even attempted to fix this mess...
|
|
||||||
if case .update = actualType,
|
|
||||||
indexPath != nil && newIndexPath != nil {
|
|
||||||
|
|
||||||
actualType = .move
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
switch actualType {
|
switch actualType {
|
||||||
|
|
||||||
case .update:
|
case .update:
|
||||||
|
|||||||
Reference in New Issue
Block a user