Fix KotlinNullPointerException

This commit is contained in:
Mygod
2018-01-21 14:45:41 -08:00
parent 1454537f70
commit 9e4f4a0eee

View File

@@ -294,7 +294,6 @@ class RepeaterService : Service(), WifiP2pManager.ChannelListener, VpnMonitor.Ca
true
} else {
routing.stop()
this.routing = null
false
}
}