Update ios_controller.mm

This commit is contained in:
AnhTVc 2024-12-07 15:44:23 +07:00 committed by GitHub
parent fa3fcb664c
commit bc5d9d9182
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,7 +249,6 @@ void IosController::checkStatus()
sendVpnExtensionMessage(message, [&](NSDictionary* response){
uint64_t txBytes = [response[@"tx_bytes"] intValue];
uint64_t rxBytes = [response[@"rx_bytes"] intValue];
emit bytesChanged(rxBytes - m_rxBytes, txBytes - m_txBytes);
m_rxBytes = rxBytes;
m_txBytes = txBytes;