mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #748 from meshtastic/fix_bad_merge
Remove extra brackets
This commit is contained in:
commit
a4330f08ab
3 changed files with 1 additions and 3 deletions
|
|
@ -278,7 +278,6 @@ struct UserList: View {
|
|||
let hopsAwayPredicate = NSPredicate(format: "userNode.hopsAway > 0 AND userNode.hopsAway <= %i", Int32(hopsAway))
|
||||
predicates.append(hopsAwayPredicate)
|
||||
}
|
||||
}
|
||||
/// Online
|
||||
if isOnline {
|
||||
let isOnlinePredicate = NSPredicate(format: "userNode.lastHeard >= %@", Calendar.current.date(byAdding: .minute, value: -15, to: Date())! as NSDate)
|
||||
|
|
|
|||
|
|
@ -400,7 +400,6 @@ struct NodeList: View {
|
|||
let hopsAwayPredicate = NSPredicate(format: "hopsAway > 0 AND hopsAway <= %i", Int32(hopsAway))
|
||||
predicates.append(hopsAwayPredicate)
|
||||
}
|
||||
}
|
||||
|
||||
/// Online
|
||||
if isOnline {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 5f78a06c0fe5d0bd99c2fe206165212bdce89da0
|
||||
Subproject commit 4da558d0f73c46ef91b74431facee73c09affbfc
|
||||
Loading…
Add table
Add a link
Reference in a new issue