Fixed bug where ListObjectObserver.didUpdateObject was not called on watchos.

This commit is contained in:
Ken Bach
2018-08-21 22:47:54 +01:00
parent 8fa3109e91
commit 1f54daa528

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
}