Просмотр исходного кода

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

Ryan Olson лет назад: 11
Родитель
Сommit
c5668f42b2
1 измененных файлов с 2 добавлено и 0 удалено
  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