From e2d667e0bb4d3190a0c8cd213cd0c1210841b7e0 Mon Sep 17 00:00:00 2001 From: Rurirei <72071920+rurirei@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:36:07 +0800 Subject: [PATCH] sendFd() should not called twice --- .../app/src/main/kotlin/com/v2ray/ang/service/V2RayVpnService.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/V2RayVpnService.kt b/V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/V2RayVpnService.kt index 53b1ea6c..e64176aa 100644 --- a/V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/V2RayVpnService.kt +++ b/V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/V2RayVpnService.kt @@ -164,7 +164,6 @@ class V2RayVpnService : VpnService(), ServiceControl { // Create a new interface using the builder and save the parameters. mInterface = builder.establish() - sendFd() } private fun sendFd() {