mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 18:22:39 +03:00
typo fix
This commit is contained in:
parent
be611d5f97
commit
9dae174b3c
@ -53,7 +53,7 @@ class MobileScannerWrapper extends StatelessWidget {
|
||||
height: size.width - 38);
|
||||
|
||||
return Stack(children: [
|
||||
QrScannerZxingView(onDetect: (scannedData) {
|
||||
QRScannerZxingView(onDetect: (scannedData) {
|
||||
onDetect.call(scannedData);
|
||||
}),
|
||||
ClipPath(
|
||||
|
Loading…
Reference in New Issue
Block a user