mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-11 03:36:51 +02: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(
|
NSNotificationCenter.defaultCenter().postNotificationName(
|
||||||
ListMonitorDidMoveObjectNotification,
|
ListMonitorDidMoveObjectNotification,
|
||||||
object: self,
|
object: self,
|
||||||
|
|||||||
Reference in New Issue
Block a user