about to fix parcelables

This commit is contained in:
geeksville
2020-02-10 15:39:04 -08:00
parent 10ad07e136
commit a3198d3931
2 changed files with 3 additions and 4 deletions

View File

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