Browse Source

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

Ryan Olson 11 years ago
parent
commit
c5668f42b2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Classes/Network/FLEXNetworkHistoryTableViewController.m

+ 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