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