mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Show retry button for DM's
This commit is contained in:
parent
bdce50cc20
commit
b16b029128
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ struct UserMessageList: View {
|
|||
.padding(.bottom)
|
||||
.id(user.messageList.firstIndex(of: message))
|
||||
|
||||
if currentUser && (message.ackError == 5 || message.ackError == 3) {
|
||||
if currentUser && (message.receivedACK && !message.realACK) {
|
||||
RetryButton(message: message)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue