forked from core/mobile_nebula
Disable sleep/wake detection on android (#27)
This commit is contained in:
parent
1283ce30e9
commit
4cad646a7c
|
@ -108,7 +108,8 @@ class NebulaVpnService : VpnService() {
|
||||||
}
|
}
|
||||||
|
|
||||||
registerNetworkCallback()
|
registerNetworkCallback()
|
||||||
registerSleep()
|
//TODO: There is an open discussion around sleep killing tunnels or just changing mobile to tear down stale tunnels
|
||||||
|
//registerSleep()
|
||||||
|
|
||||||
nebula!!.start()
|
nebula!!.start()
|
||||||
running = true
|
running = true
|
||||||
|
|
Loading…
Reference in New Issue