Handle fallback Bluetooth starting

This commit is contained in:
Mygod
2022-07-11 17:13:48 -04:00
parent ac452813aa
commit b5d7e64bc4
3 changed files with 5 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ sealed class TetheringTileService : IpNeighbourMonitoringTileService(), Tetherin
override val labelString get() = R.string.tethering_manage_bluetooth
override val tetherType get() = TetherType.BLUETOOTH
override fun start() = tethering!!.start(this)
override fun start() = tethering!!.start(this, this)
override fun stop() {
tethering!!.stop(this::onException)
onTetheringStarted() // force flush state