Explorar o código

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

Ryan Olson %!s(int64=11) %!d(string=hai) anos
pai
achega
c5668f42b2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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