This commit is contained in:
Zane Schepke
2024-11-03 17:11:06 -05:00
parent d70ef658e2
commit 7b443add3a
2 changed files with 16 additions and 18 deletions
@@ -60,7 +60,6 @@ class TunnelControlTile : TileService(), LifecycleOwner {
private suspend fun updateTileState() {
val lastActive = appDataRepository.getStartTunnelConfig()
Timber.d("Got config $lastActive")
lastActive?.let {
updateTile(it)
}