QR code verification: Remove other scan my code alert.

This commit is contained in:
SBiOSoftWhare
2020-04-21 18:57:05 +02:00
parent 2c205cbb54
commit b5470c3ea6
4 changed files with 6 additions and 38 deletions
@@ -23,7 +23,6 @@ enum KeyVerificationVerifyByScanningViewAction {
case loadData
case cancel
case scannedCode(payloadData: Data)
case cannotScan
case acknowledgeOtherScannedMyCode(Bool)
case cannotScan
case acknowledgeMyUserScannedOtherCode
}