mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #436 from meshtastic/2.2.15_Working_Changes
Remove excess focused field, add space to trace route text
This commit is contained in:
commit
72849e10ee
3 changed files with 1 additions and 3 deletions
|
|
@ -669,7 +669,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
|
|||
if hopNode != nil {
|
||||
hopNodes.append(traceRouteHop)
|
||||
}
|
||||
routeString += "\(hopNode?.user?.longName ?? "unknown".localized) -->"
|
||||
routeString += "\(hopNode?.user?.longName ?? "unknown".localized) --> "
|
||||
}
|
||||
routeString += traceRoute?.node?.user?.longName ?? "unknown".localized
|
||||
traceRoute?.routeText = routeString
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@ struct ChannelMessageList: View {
|
|||
}, secondaryButton: .cancel())
|
||||
}
|
||||
.onAppear {
|
||||
self.focusedField = .messageText
|
||||
if !message.read {
|
||||
message.read = true
|
||||
do {
|
||||
|
|
|
|||
|
|
@ -218,7 +218,6 @@ struct UserMessageList: View {
|
|||
}, secondaryButton: .cancel())
|
||||
}
|
||||
.onAppear {
|
||||
self.focusedField = .messageText
|
||||
if !message.read {
|
||||
message.read = true
|
||||
do {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue