Merge branch 'v2.4' into q-beta

This commit is contained in:
Mygod
2019-04-14 13:06:12 +08:00
15 changed files with 96 additions and 93 deletions

View File

@@ -219,6 +219,6 @@ class RepeaterManager(private val parent: TetheringFragment) : Manager(), Servic
}
holder.config = null
}
RepeaterService.operatingChannel = config.apChannel
if (Build.VERSION.SDK_INT >= 23) RepeaterService.operatingChannel = config.apChannel
}
}