diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/manage/LocalOnlyHotspotTileService.kt b/mobile/src/main/java/be/mygod/vpnhotspot/manage/LocalOnlyHotspotTileService.kt index ace834fb..cabfe4bb 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/manage/LocalOnlyHotspotTileService.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/manage/LocalOnlyHotspotTileService.kt @@ -55,7 +55,7 @@ class LocalOnlyHotspotTileService : KillableTileService() { } else -> { state = Tile.STATE_ACTIVE - label = service.configuration!!.SSID + label = service.configuration?.SSID ?: getText(R.string.tethering_temp_hotspot) } } updateTile()