Device Verification: Display the "The other party cancelled the verification." modal

This commit is contained in:
manuroe
2019-04-11 19:38:46 +02:00
parent 5aa4807718
commit ca809ba205
8 changed files with 38 additions and 10 deletions
@@ -21,6 +21,7 @@ import Foundation
/// DeviceVerificationStartViewController view state
enum DeviceVerificationStartViewState {
case loading
case loaded
case loaded // started
case cancelled(MXTransactionCancelCode)
case error(Error)
}