This commit is contained in:
Mygod
2018-05-03 20:34:18 -07:00
parent 7e6f25d030
commit b005d18f13
3 changed files with 10 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ class TetheringService : IpNeighbourMonitoringService(), VpnMonitor.Callback {
}
override val activeIfaces get() = synchronized(routings) { routings.keys.toList() }
fun updateRoutingsLocked() {
private fun updateRoutingsLocked() {
if (routings.isNotEmpty()) {
val upstream = upstream
if (upstream != null) {