diff --git a/CoreStore/Observing/ListMonitor.swift b/CoreStore/Observing/ListMonitor.swift index f6f5318..e9bb9a6 100644 --- a/CoreStore/Observing/ListMonitor.swift +++ b/CoreStore/Observing/ListMonitor.swift @@ -801,7 +801,7 @@ extension ListMonitor: FetchedResultsControllerHandler { ] ) - case .Move where indexPath != newIndexPath: + case .Move /* where indexPath != newIndexPath*/: NSNotificationCenter.defaultCenter().postNotificationName( ListMonitorDidMoveObjectNotification, object: self,