mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Retrying & deleting failed messages
- If users press on Retry, send again the message and display a loading wheel - code and UI tweaks
This commit is contained in:
@@ -39,7 +39,7 @@ import Foundation
|
||||
case .more:
|
||||
title = VectorL10n.roomEventActionMore
|
||||
case .resend:
|
||||
title = VectorL10n.roomEventActionResend
|
||||
title = VectorL10n.retry
|
||||
case .delete:
|
||||
title = VectorL10n.roomEventActionDelete
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user