mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Device Verification: Verify screen: bind transaction.confirmSASMatch()
This commit is contained in:
@@ -21,6 +21,8 @@ import Foundation
|
||||
/// DeviceVerificationVerifyViewController view state
|
||||
enum DeviceVerificationVerifyViewState {
|
||||
case loading
|
||||
case loaded
|
||||
case loaded // verified
|
||||
case cancelled(MXTransactionCancelCode)
|
||||
case cancelledByMe(MXTransactionCancelCode)
|
||||
case error(Error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user