mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix bottom menu on node detail page that periodically turns transparent
This commit is contained in:
parent
42ff83e69c
commit
aa1c801ecd
2 changed files with 2 additions and 0 deletions
|
|
@ -922,6 +922,7 @@ class BLEManager: NSObject, ObservableObject, CBCentralManagerDelegate, CBPeriph
|
|||
|
||||
print("🚫 Message Users Not Found, Fail")
|
||||
success = false
|
||||
|
||||
} else if fetchedUsers.count >= 1 {
|
||||
|
||||
let newMessage = MessageEntity(context: context!)
|
||||
|
|
|
|||
|
|
@ -267,6 +267,7 @@ struct NodeDetail: View {
|
|||
}
|
||||
}
|
||||
.edgesIgnoringSafeArea([.leading, .trailing])
|
||||
.padding(1)
|
||||
}
|
||||
}
|
||||
.navigationTitle(node != nil ? String(node.user!.longName ?? "Unknown") : "Unknown")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue