QR code verification: Remove other scan my code alert.

This commit is contained in:
SBiOSoftWhare
2020-04-21 18:57:05 +02:00
parent 96d3bcdd34
commit d0fcaa5001
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
}