Sfoglia il codice sorgente

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

Ryan Olson 11 anni fa
parent
commit
c5668f42b2
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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