Update ios_controller.mm
This commit is contained in:
parent
fa3fcb664c
commit
bc5d9d9182
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue