mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Dont show acks for received messages
This commit is contained in:
parent
05ea8e6586
commit
53d15a4a33
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ struct ChannelMessageList: View {
|
|||
Text("Waiting to be acknowledged. . .").font(
|
||||
.caption2)
|
||||
.foregroundColor(.orange)
|
||||
} else if !isDetectionSensorMessage {
|
||||
} else if currentUser && !isDetectionSensorMessage {
|
||||
Text("\(ackErrorVal?.display ?? "Empty Ack Error")").fixedSize(horizontal: false, vertical: true)
|
||||
.foregroundStyle(ackErrorVal?.color ?? Color.red)
|
||||
.font(.caption2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue