mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
text message gui for sneding kinda works
This commit is contained in:
parent
165df2c4de
commit
b3026ba6be
6 changed files with 18 additions and 16 deletions
|
|
@ -46,5 +46,6 @@ object NodeDB {
|
|||
/// A map from nodeid to to nodeinfo
|
||||
val nodes = mutableStateOf(testNodes.map { it.user!!.id to it }.toMap())
|
||||
|
||||
val ourNodeInfo get() = nodes.value[myId.value!!] ?: error("our node not found")
|
||||
/// Could be null if we haven't received our node DB yet
|
||||
val ourNodeInfo get() = nodes.value[myId.value!!]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue