mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Remove publisher change event that runs way too often
This commit is contained in:
parent
590b627814
commit
583c992cb8
2 changed files with 0 additions and 8 deletions
|
|
@ -227,9 +227,6 @@ struct UserList: View {
|
|||
.onChange(of: maxDistance) { _ in
|
||||
searchUserList()
|
||||
}
|
||||
.onReceive(users.publisher) { _ in
|
||||
searchUserList()
|
||||
}
|
||||
.onAppear {
|
||||
searchUserList()
|
||||
}
|
||||
|
|
|
|||
|
|
@ -344,11 +344,6 @@ struct NodeList: View {
|
|||
self.selectedNode = nil
|
||||
}
|
||||
}
|
||||
.onReceive(nodes.publisher) { _ in
|
||||
Task {
|
||||
await searchNodeList()
|
||||
}
|
||||
}
|
||||
.onAppear {
|
||||
Task {
|
||||
await searchNodeList()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue