Merge pull request #269 from congbach/develop

Fixed bug where ListObjectObserver didUpdateObject was not called on …
This commit is contained in:
John Estropia
2018-09-10 19:30:06 +09:00
committed by GitHub

View File

@@ -185,7 +185,7 @@ internal final class FetchedResultsControllerDelegate: NSObject, NSFetchedResult
)
return
}
guard #available(iOS 9.0, tvOS 9.0, watchOS 9.0, *) else {
guard #available(iOS 9.0, tvOS 9.0, watchOS 3.0, *) else {
return
}