MESSENGER-5271 crosssigning - add alert and better strings, only show button when usable

This commit is contained in:
Frank Rotermund
2023-12-05 12:46:26 +01:00
parent 9a997510c5
commit c8a32e3431
8 changed files with 78 additions and 3 deletions
@@ -36,4 +36,6 @@ enum KeyVerificationSelfVerifyWaitViewState {
case cancelled(MXTransactionCancelCode)
case cancelledByMe(MXTransactionCancelCode)
case error(Error)
case verificationAccepted
case crosssigningPossible(Bool)
}