diff --git a/mobile/src/main/java/be/mygod/vpnhotspot/manage/RepeaterManager.kt b/mobile/src/main/java/be/mygod/vpnhotspot/manage/RepeaterManager.kt index 7217b2c8..5ea48a14 100644 --- a/mobile/src/main/java/be/mygod/vpnhotspot/manage/RepeaterManager.kt +++ b/mobile/src/main/java/be/mygod/vpnhotspot/manage/RepeaterManager.kt @@ -184,7 +184,6 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic val config = withContext(Dispatchers.Default) { P2pSupplicantConfiguration(group, binder?.thisDevice?.deviceAddress) } - if (parent.isDetached) return null // if we took too long holder.config = config return newWifiApConfiguration(group.networkName, config.psk).apply { allowedKeyManagement.set(WifiConfiguration.KeyMgmt.WPA_PSK) // is not actually used