3
0
Fork 0

Disable sleep/wake detection on android (#27)

This commit is contained in:
Nathan Brown 2021-04-23 16:54:48 -05:00 committed by GitHub
parent 1283ce30e9
commit 4cad646a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ class NebulaVpnService : VpnService() {
}
registerNetworkCallback()
registerSleep()
//TODO: There is an open discussion around sleep killing tunnels or just changing mobile to tear down stale tunnels
//registerSleep()
nebula!!.start()
running = true