improved behavior for #12 (as of Xcode 7 beta 6)

This commit is contained in:
John Estropia
2015-08-25 14:35:22 +09:00
parent 0da43d5132
commit 3a0f53321a

View File

@@ -801,7 +801,7 @@ extension ListMonitor: FetchedResultsControllerHandler {
] ]
) )
case .Move where indexPath != newIndexPath: case .Move /* where indexPath != newIndexPath*/:
NSNotificationCenter.defaultCenter().postNotificationName( NSNotificationCenter.defaultCenter().postNotificationName(
ListMonitorDidMoveObjectNotification, ListMonitorDidMoveObjectNotification,
object: self, object: self,