minor refactor

pull/891/head
ryanzhao 2 years ago
parent 23f67763f4
commit 1842422a67

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

Loading…
Cancel
Save