mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
fix: awg android connection establish
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ open class Wireguard : Protocol() {
|
||||
}
|
||||
|
||||
override fun internalInit() {
|
||||
// if (!isInitialized) loadSharedLibrary(context, "wg-go")
|
||||
if (!isInitialized) loadSharedLibrary(context, "wg-go")
|
||||
if (this::scope.isInitialized) {
|
||||
scope.cancel()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user