mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
about to fix parcelables
This commit is contained in:
parent
10ad07e136
commit
a3198d3931
2 changed files with 3 additions and 4 deletions
|
|
@ -193,12 +193,10 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
val m = IMeshService.Stub.asInterface(service)
|
||||
meshService = m
|
||||
|
||||
// FIXME - do actions for when we connect to the service
|
||||
// FIXME - do actions for when we connect to the service
|
||||
debug("did connect")
|
||||
|
||||
UIState.isConnected.value = m.isConnected
|
||||
|
||||
debug("connected to mesh service, isConnected=${UIState.isConnected.value}")
|
||||
|
||||
// make some placeholder nodeinfos
|
||||
UIState.nodes.value =
|
||||
m.online.toList().map {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue