Fix build

This commit is contained in:
Mygod
2020-06-15 04:22:57 +08:00
parent e20ce6f9a0
commit 650ff57450
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic
} catch (e: RuntimeException) {
Timber.w(e)
passphrase = group.passphrase
bssid = group.owner?.deviceAddress?.let(MacAddressCompat::fromString)
bssid = group.owner?.deviceAddress?.let(MacAddressCompat.Companion::fromString)
this to true
}
}