mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-18 15:07:00 +01:00
improved behavior for #12 (as of Xcode 7 beta 6)
This commit is contained in:
@@ -801,7 +801,7 @@ extension ListMonitor: FetchedResultsControllerHandler {
|
||||
]
|
||||
)
|
||||
|
||||
case .Move where indexPath != newIndexPath:
|
||||
case .Move /* where indexPath != newIndexPath*/:
|
||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
||||
ListMonitorDidMoveObjectNotification,
|
||||
object: self,
|
||||
|
||||
Reference in New Issue
Block a user