mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: Remove unused connection transport state (#3933)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
9246b3b6c1
commit
03232047fd
2 changed files with 0 additions and 9 deletions
|
|
@ -49,14 +49,6 @@ class ServiceRepository @Inject constructor() {
|
|||
_connectionState.value = connectionState
|
||||
}
|
||||
|
||||
private val _connectionTransport: MutableStateFlow<String> = MutableStateFlow("Unknown")
|
||||
val connectionTransport: StateFlow<String>
|
||||
get() = _connectionTransport
|
||||
|
||||
fun setConnectionTransport(connectionTransport: String) {
|
||||
_connectionTransport.value = connectionTransport
|
||||
}
|
||||
|
||||
private val _clientNotification = MutableStateFlow<MeshProtos.ClientNotification?>(null)
|
||||
val clientNotification: StateFlow<MeshProtos.ClientNotification?>
|
||||
get() = _clientNotification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue