mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 16:55:02 -04:00
fix: node search by keeping denormalized name columns up to date and backfilling existing nodes (#3839)
This commit is contained in:
@@ -108,7 +108,7 @@ constructor(
|
||||
)
|
||||
.map { list ->
|
||||
list
|
||||
.filter { it.isIgnored == filter.showIgnored }
|
||||
.filter { filter.showIgnored || !it.isIgnored }
|
||||
.filter { node ->
|
||||
if (filter.excludeInfrastructure) {
|
||||
val role = node.user.role
|
||||
|
||||
Reference in New Issue
Block a user