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:
Gil Eluard
2021-03-03 10:27:08 +01:00
parent 1862197c39
commit 8d4d7c821f
7 changed files with 32 additions and 130 deletions
@@ -39,7 +39,7 @@ import Foundation
case .more:
title = VectorL10n.roomEventActionMore
case .resend:
title = VectorL10n.roomEventActionResend
title = VectorL10n.retry
case .delete:
title = VectorL10n.roomEventActionDelete
}