refactor(service): unify dual connectionState flows into single source of truth (#5077)

This commit is contained in:
James Rich 2026-04-11 19:50:52 -05:00 committed by GitHub
parent 5e44cbd3a9
commit 9468bc6ebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 103 additions and 8 deletions

View file

@ -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