minor refactor

This commit is contained in:
ryanzhao 2023-08-29 13:00:05 +10:00
parent 23f67763f4
commit 1842422a67
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@ struct ScanQRCodeView: View {
ZStack{
if hasCameraAccess {
VStack {
QRCodeScanningVC_SwiftUI { string, onError in
hexEncodedSeed = string
QRCodeScanningVC_SwiftUI { result, onError in
hexEncodedSeed = result
continueWithhexEncodedSeed?(onError)
}
}