This commit is contained in:
John Estropia
2015-08-25 20:33:36 +09:00
parent 3a0f53321a
commit 10e0cf8d2c

View File

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