Переглянути джерело

Reload data in network history table after all requests are cleared.

Ryan Olson 11 роки тому
батько
коміт
c5668f42b2

+ 2 - 0
Classes/Network/FLEXNetworkHistoryTableViewController.m

@@ -215,6 +215,8 @@
 - (void)handleTransactionsClearedNotification:(NSNotification *)notification
 {
     [self updateTransactions];
+    [self.tableView reloadData];
+    [self.searchController.searchResultsTableView reloadData];
 }
 
 - (void)handleNetworkObserverEnabledStateChangedNotification:(NSNotification *)notification