mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Add details link bool to node list to stop the user being taken back to node details when data comes in, should be able to remove when the iOS 16 upgrade happens
This commit is contained in:
parent
b93b0c7d91
commit
c554e4c8c5
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ struct NodeList: View {
|
|||
}
|
||||
.padding([.leading, .top, .bottom])
|
||||
}
|
||||
.isDetailLink(false)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue