mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
filter update
This commit is contained in:
parent
78c0bca781
commit
ab82848d99
1 changed files with 3 additions and 0 deletions
|
|
@ -291,6 +291,9 @@ struct NodeList: View {
|
|||
.onChange(of: maxDistance) { _ in
|
||||
searchNodeList()
|
||||
}
|
||||
.onChange(of: distanceFilter) { _ in
|
||||
searchNodeList()
|
||||
}
|
||||
.onAppear {
|
||||
if self.bleManager.context == nil {
|
||||
self.bleManager.context = context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue