mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix various lint warnings
This commit is contained in:
parent
09fb7f220d
commit
4a90bb2fc0
27 changed files with 89 additions and 89 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue