Bring down LOH onDestroy

This commit is contained in:
Mygod
2019-01-18 12:03:01 +08:00
parent 37337fd2ef
commit bf000f86ed

View File

@@ -127,6 +127,7 @@ class LocalOnlyHotspotService : IpNeighbourMonitoringService() {
}
override fun onDestroy() {
binder.stop()
unregisterReceiver()
super.onDestroy()
}