mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
iOS build fix
This commit is contained in:
@@ -105,8 +105,8 @@ void VpnConnection::onConnectionStateChanged(VpnProtocol::VpnConnectionState sta
|
||||
}
|
||||
else {
|
||||
m_isIOSConnected = false;
|
||||
m_receivedBytes = 0;
|
||||
m_sentBytes = 0;
|
||||
// m_receivedBytes = 0;
|
||||
// m_sentBytes = 0;
|
||||
}
|
||||
#endif
|
||||
emit connectionStateChanged(state);
|
||||
|
||||
Reference in New Issue
Block a user