From b61d89d01bc5951fcb917a3b54c054e2a068ba4f Mon Sep 17 00:00:00 2001 From: pokamest Date: Thu, 30 Sep 2021 18:56:49 +0300 Subject: [PATCH] android fix --- client/protocols/android_vpnprotocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/protocols/android_vpnprotocol.cpp b/client/protocols/android_vpnprotocol.cpp index 1f44379d..5258228b 100644 --- a/client/protocols/android_vpnprotocol.cpp +++ b/client/protocols/android_vpnprotocol.cpp @@ -42,7 +42,7 @@ namespace { AndroidVpnProtocol* s_instance = nullptr; constexpr auto PERMISSIONHELPER_CLASS = - "org/amnezia/vpn/VPNPermissionHelper"; + "org/amnezia/vpn/qt/VPNPermissionHelper"; } // namespace