Explorar o código

Update filtered bytes received when the network transactions change.

Previously we only updated the main bytes received state, but both can change when the network transactions change.
Ryan Olson %!s(int64=11) %!d(string=hai) anos
pai
achega
462e0ed548
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Classes/Network/FLEXNetworkHistoryTableViewController.m

+ 1 - 0
Classes/Network/FLEXNetworkHistoryTableViewController.m

@@ -75,6 +75,7 @@
     if (![_networkTransactions isEqual:networkTransactions]) {
         _networkTransactions = networkTransactions;
         [self updateBytesReceived];
+        [self updateFilteredBytesReceived];
     }
 }