Lazily start IpNeighbourMonitor in qs tiles

This commit is contained in:
Mygod
2020-06-20 23:43:20 -04:00
parent 72d79ed822
commit 490f6c5115
4 changed files with 21 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ class LocalOnlyHotspotTileService : IpNeighbourMonitoringTileService() {
state = Tile.STATE_ACTIVE
label = binder.configuration?.ssid ?: getText(R.string.tethering_temp_hotspot)
subtitleDevices { it == iface }
listenForClients()
}
updateTile()
}