Revert "Lazily start IpNeighbourMonitor in qs tiles"
This reverts commit 490f6c5115.
This commit is contained in:
@@ -92,7 +92,6 @@ sealed class TetheringTileService : IpNeighbourMonitoringTileService(), Tetherin
|
||||
state = Tile.STATE_ACTIVE
|
||||
icon = if (interested.all(binder::isActive)) tileOn else tileOff
|
||||
subtitleDevices(interested::contains)
|
||||
listenForClients()
|
||||
}
|
||||
}
|
||||
label = getText(labelString)
|
||||
@@ -180,7 +179,6 @@ sealed class TetheringTileService : IpNeighbourMonitoringTileService(), Tetherin
|
||||
state = Tile.STATE_ACTIVE
|
||||
icon = if (interested.isNotEmpty() && interested.all(binder::isActive)) tileOn else tileOff
|
||||
subtitleDevices(interested::contains)
|
||||
listenForClients()
|
||||
}
|
||||
false -> {
|
||||
state = Tile.STATE_INACTIVE
|
||||
|
||||
Reference in New Issue
Block a user