mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: resolve bugs across connection, PKI, admin, packet flow, and stability subsystems (#5011)
This commit is contained in:
parent
cd9f1c0600
commit
60cc2f4237
24 changed files with 413 additions and 45 deletions
|
|
@ -82,6 +82,7 @@ open class BaseMapViewModel(
|
|||
.getWaypoints()
|
||||
.mapLatest { list ->
|
||||
list
|
||||
.filter { it.waypoint != null }
|
||||
.associateBy { packet -> packet.waypoint!!.id }
|
||||
.filterValues {
|
||||
val expire = it.waypoint?.expire ?: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue