Catch NoShellException
This commit is contained in:
@@ -216,7 +216,7 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic
|
|||||||
passphrase = config.psk
|
passphrase = config.psk
|
||||||
bssid = config.bssid
|
bssid = config.bssid
|
||||||
this to false
|
this to false
|
||||||
} catch (e: RuntimeException) {
|
} catch (e: Exception) {
|
||||||
Timber.w(e)
|
Timber.w(e)
|
||||||
passphrase = group.passphrase
|
passphrase = group.passphrase
|
||||||
bssid = group.owner?.deviceAddress?.let(MacAddressCompat.Companion::fromString)
|
bssid = group.owner?.deviceAddress?.let(MacAddressCompat.Companion::fromString)
|
||||||
|
|||||||
Reference in New Issue
Block a user