mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-24 00:33:14 -04:00
about to fix parcelables
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user