Skip to content

Commit f9e1ee5

Browse files
[release/23.7] Revert notify listeners (#16425)
2 parents 56e1a54 + b4c9f1f commit f9e1ee5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Modules/Sources/Yosemite/Tools/ResultsController.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,15 +234,13 @@ public class GenericResultsController<T: ResultsControllerMutableType, Output> {
234234
private func refreshFetchedObjects(predicate: NSPredicate?) {
235235
controller.fetchRequest.predicate = predicate
236236
try? controller.performFetch()
237-
onDidChangeContent?()
238237
}
239238

240239
/// Refreshes all of the Fetched Objects, so that the new sort descriptors are applied.
241240
///
242241
private func refreshFetchedObjects(sortDescriptors: [NSSortDescriptor]?) {
243242
controller.fetchRequest.sortDescriptors = sortDescriptors
244243
try? controller.performFetch()
245-
onDidChangeContent?()
246244
}
247245

248246
/// Initializes the FetchedResultsController

RELEASE-NOTES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
- [*] Fix product variation selection for order creation [https://github.com/woocommerce/woocommerce-ios/pull/16317]
1616
- [internal] Hide non-CIAB product types from filters [https://github.com/woocommerce/woocommerce-ios/pull/16354]
1717
- [Internal] Fix warning when displaying offline banner on My Store [https://github.com/woocommerce/woocommerce-ios/pull/16347]
18-
- [Internal] Notify listeners immediately after updating predicates or sort descriptors for results controllers. [https://github.com/woocommerce/woocommerce-ios/pull/16350]
1918

2019
23.6
2120
-----

0 commit comments

Comments
 (0)