Device Verification: Start: Fix missing cancelledByMe state

This commit is contained in:
manuroe
2019-04-18 23:12:01 +02:00
parent ce98975fc8
commit 9b3d191650
4 changed files with 19 additions and 0 deletions
@@ -24,5 +24,6 @@ enum DeviceVerificationStartViewState {
case loaded // started
case verifyUsingLegacy(MXSession, MXDeviceInfo)
case cancelled(MXTransactionCancelCode)
case cancelledByMe(MXTransactionCancelCode)
case error(Error)
}