Fix RepeaterService not stopped

This commit is contained in:
Mygod
2018-01-21 02:15:44 -08:00
parent 9a3606a59e
commit e2455cdd84

View File

@@ -345,6 +345,7 @@ class RepeaterService : Service(), WifiP2pManager.ChannelListener, VpnMonitor.Ca
routing = null
status = Status.IDLE
stopForeground(true)
stopSelf()
}
override fun onDestroy() {