update ByeDpiVpnService.kt

This commit is contained in:
egor-white
2025-07-04 14:27:20 +03:00
parent 1997bb8403
commit 77f6135f6a

View File

@@ -157,6 +157,7 @@ class ByeDpiVpnService : VpnService() {
private fun stopProxy() {
try {
vpnInterface?.close()
vpnInterface = null
NativeBridge().stopProxy()
TProxyService.TProxyStopService()
status = ServiceStatus.Disconnected