3
0
Fork 0

Disable sleep/wake detection on android

This commit is contained in:
Nate Brown 2021-04-23 16:53:50 -05:00
parent 1283ce30e9
commit b9940966aa
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