iOS build fix

This commit is contained in:
pokamest 2023-03-16 11:43:18 -07:00
parent e097a49186
commit cba78190a8
2 changed files with 12 additions and 18 deletions

View file

@ -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);