From 3a0f53321af2d2358ee3671a0e1e58e62a03c24b Mon Sep 17 00:00:00 2001 From: John Estropia Date: Tue, 25 Aug 2015 14:35:22 +0900 Subject: [PATCH] improved behavior for #12 (as of Xcode 7 beta 6) --- CoreStore/Observing/ListMonitor.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,