mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(service): unify dual connectionState flows into single source of truth (#5077)
This commit is contained in:
parent
5e44cbd3a9
commit
9468bc6ebe
12 changed files with 103 additions and 8 deletions
|
|
@ -241,7 +241,7 @@ class UIViewModel(
|
|||
_sharedContactRequested.value = null
|
||||
}
|
||||
|
||||
// Connection state to our radio device
|
||||
/** Canonical app-level connection state, sourced from [ServiceRepository.connectionState]. */
|
||||
val connectionState
|
||||
get() = serviceRepository.connectionState
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue