mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
new play store release
This commit is contained in:
parent
c568b04354
commit
aab062b06f
6 changed files with 67 additions and 60 deletions
|
|
@ -47,5 +47,5 @@ object NodeDB {
|
|||
val nodes = mutableMapOf(* testNodes.map { it.user!!.id to it }.toTypedArray())
|
||||
|
||||
/// Could be null if we haven't received our node DB yet
|
||||
val ourNodeInfo get() = nodes[myId.value!!]
|
||||
val ourNodeInfo get() = nodes[myId.value]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue