mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-30 22:31:59 +02:00
tidy up
This commit is contained in:
@@ -801,7 +801,7 @@ extension ListMonitor: FetchedResultsControllerHandler {
|
|||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
case .Move /* where indexPath != newIndexPath*/:
|
case .Move:
|
||||||
NSNotificationCenter.defaultCenter().postNotificationName(
|
NSNotificationCenter.defaultCenter().postNotificationName(
|
||||||
ListMonitorDidMoveObjectNotification,
|
ListMonitorDidMoveObjectNotification,
|
||||||
object: self,
|
object: self,
|
||||||
@@ -811,9 +811,6 @@ extension ListMonitor: FetchedResultsControllerHandler {
|
|||||||
UserInfoKeyNewIndexPath: newIndexPath!
|
UserInfoKeyNewIndexPath: newIndexPath!
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
default:
|
|
||||||
break
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user