fix various lint warnings

This commit is contained in:
Kevin Hester 2021-02-21 11:34:43 +08:00
parent 09fb7f220d
commit 4a90bb2fc0
27 changed files with 89 additions and 89 deletions

View file

@ -107,7 +107,7 @@ private fun requestBonding(
class BTScanModel(app: Application) : AndroidViewModel(app), Logging {
private val context = getApplication<Application>().applicationContext
private val context: Context get() = getApplication<Application>().applicationContext
init {
debug("BTScanModel created")