mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor(MeshService): update getNodes() to use nodeDBbyNodeNum
This commit is contained in:
parent
52e79da803
commit
1252b67fce
1 changed files with 1 additions and 1 deletions
|
|
@ -1766,7 +1766,7 @@ class MeshService : Service(), Logging {
|
|||
}
|
||||
|
||||
override fun getNodes(): MutableList<NodeInfo> = toRemoteExceptions {
|
||||
val r = nodeDBbyID.values.toMutableList()
|
||||
val r = nodeDBbyNodeNum.values.toMutableList()
|
||||
info("in getOnline, count=${r.size}")
|
||||
// return arrayOf("+16508675309")
|
||||
r
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue